Skip to content

Commit

Permalink
fix: Working on license to fix publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jan 16, 2025
1 parent 5ca36db commit b5b06de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ authors = ["Maxime Jublou <[email protected]>"]
readme = "README.md"
packages = [{include = "naas_models"}]
license = "MIT"
classifiers = [
"License :: OSI Approved :: MIT License",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit b5b06de

Please sign in to comment.