diff --git a/setup.py b/setup.py index 7ea5d08..09cfc52 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup( - name="banding_pattern_extraction", # Replace with your own username + name="banding_pattern_extraction", version="0.1.0", author="Lukas Uzolas", author_email="lukas@uzolas.com", @@ -15,7 +15,6 @@ packages=find_packages(), classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], python_requires='>=3.6',