Skip to content

Commit 3e6b805

Browse files
committed
🐛 add missing key to pyproject.toml
1 parent 15771b9 commit 3e6b805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ requires-python = ">=3.9" # test all higher Python versions
1515
# These are keywords
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: OS Independent",
2019
]
20+
license = "MIT" # https://choosealicense.com/
2121
# # add dependencies here: (use one of the two)
2222
# dependencies = ["numpy", "pandas", "scipy", "matplotlib", "seaborn"]
2323
# use requirements.txt instead of pyproject.toml for dependencies

0 commit comments

Comments
 (0)