Skip to content

Commit f57fb48

Browse files
authored
Merge pull request #9 from dotX12/add-license-1
Added licence
2 parents a2fee57 + cd1de55 commit f57fb48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "pyfa-converter"
33
version = "1.0.1.0"
44
description = "Pydantic to fastapi model converter."
55
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+
]
613

714
[tool.poetry.dependencies]
815
python = ">= 3.8"

0 commit comments

Comments
 (0)