Skip to content

Commit

Permalink
Update license classifier. (ros-infrastructure#221)
Browse files Browse the repository at this point in the history
The old one is no longer accepted.

It's been shortened: https://pypi.org/classifiers/

HTTPError: 400 Client Error: Invalid value for classifiers. Error: 'License :: OSI Approved :: MIT Software License' is not a valid choice for this field for url: https://upload.pypi.org/legacy/
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote authored and allenh1 committed Jul 15, 2019
1 parent e213e14 commit a01103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
python_requires='>=3',
classifiers=['Programming Language :: Python',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: MIT Software License'
'License :: OSI Approved :: MIT License'
],
description='Super Bloom',
license='Apache 2.0',
Expand Down

0 comments on commit a01103f

Please sign in to comment.