Skip to content

Commit 226a91d

Browse files
committed
Specify license correctly for PyPI
1 parent fd9bec9 commit 226a91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_version():
5555
url="http://github.com/CellProfiler/python-bioformats/",
5656
packages=['bioformats'],
5757
classifiers=['Development Status :: 5 - Production/Stable',
58-
'License :: OSI Approved :: GPL License',
58+
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
5959
'Programming Language :: Java',
6060
'Topic :: Scientific/Engineering :: Bio-Informatics',
6161
'Topic :: Multimedia :: Graphics :: Graphics Conversion'

0 commit comments

Comments
 (0)