diff --git a/setup.py b/setup.py index ef644300f..b14e2e2d7 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ long_description_content_type="text/markdown", url="https://github.com/unarxiv/cvpm", packages=setuptools.find_packages(), + license="MIT", classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", @@ -33,4 +34,4 @@ "numpy", "gevent", ], -) \ No newline at end of file +)