We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127c39a commit cd1de55Copy full SHA for cd1de55
pyproject.toml
@@ -3,6 +3,13 @@ name = "pyfa-converter"
3
version = "1.0.1.0"
4
description = "Pydantic to fastapi model converter."
5
authors = ["dotX12 <dev@shitposting.team>"]
6
+license = "MIT License"
7
+homepage = "https://github.com/dotX12/pyfa-converter"
8
+repository = "https://github.com/dotX12/pyfa-converter"
9
+include = [
10
+ "README.md",
11
+ "LICENSE.md"
12
+]
13
14
[tool.poetry.dependencies]
15
python = ">= 3.8"
0 commit comments