Skip to content

Commit

Permalink
Update supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
argysamo committed Jan 14, 2022
1 parent 2e50f49 commit 3f1b00c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run_tests(self):
setup(
name='edam',
version=__version__,
url='http://github.com/ecologismico/edam',
url='https://github.com/BigDataWUR/EDAM',
description='An input template framework',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -125,8 +125,6 @@ def run_tests(self):
},
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 3f1b00c

Please sign in to comment.