Skip to content

Commit

Permalink
setup clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasuz committed Sep 28, 2021
1 parent b232713 commit 6b32b7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand All @@ -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',
Expand Down

0 comments on commit 6b32b7b

Please sign in to comment.