Skip to content

Commit

Permalink
fix invalid classifiers for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
endangeredoxen committed Jul 1, 2020
1 parent 0c2b51d commit be2baef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@
'Development Status :: 4 - Beta',

# Indicate who your project is intended for
'Intended Audience :: Engineers/Scientists',
'Topic :: Data Analysis',
'Intended Audience :: Science/Research',

# Pick your license as you wish (should match "license" above)
'License :: GPL v3 License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
Expand Down

0 comments on commit be2baef

Please sign in to comment.