From 6b32b7be3a4b919affecd79df19a5f50ac98d7df Mon Sep 17 00:00:00 2001 From: Lukas Uzolas Date: Tue, 28 Sep 2021 22:02:59 +0200 Subject: [PATCH] setup clean up --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',