Skip to content

Commit

Permalink
Merge pull request #24 from joostlek/patch-1
Browse files Browse the repository at this point in the history
Fix license classifier
  • Loading branch information
synesthesiam authored Jul 5, 2024
2 parents 32a1225 + ad5908d commit 5c336ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,4 +575,7 @@ def cxx_std(self, level: int) -> None:
cmdclass={"build_ext": PatchedBuildExt},
zip_safe=False,
python_requires=">=3.7",
classifiers=[
"License :: OSI Approved :: MIT License"
],
)

0 comments on commit 5c336ff

Please sign in to comment.