Skip to content

Commit b5b06de

Browse files
committed
fix: Working on license to fix publishing to pypi
1 parent 5ca36db commit b5b06de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ authors = ["Maxime Jublou <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "naas_models"}]
88
license = "MIT"
9+
classifiers = [
10+
"License :: OSI Approved :: MIT License",
11+
]
912

1013
[tool.poetry.dependencies]
1114
python = "^3.9"

0 commit comments

Comments
 (0)