We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2fee57 + cd1de55 commit f57fb48Copy full SHA for f57fb48
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