diff --git a/setup.py b/setup.py index edc8ef1..33176c1 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,10 @@ long_description_content_type="text/markdown", python_requires=">=3.6", install_requires=[], + license="MIT", + license_files=[ + "LICENSE", + ], classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",