fix PyPI error (invalid classifier)
This commit is contained in:
parent
ece61c1096
commit
4a455282f5
1
setup.py
1
setup.py
|
@ -44,7 +44,6 @@ setup(name='openrefine-client',
|
||||||
keywords='openrefine client batch processing docker etl code4lib',
|
keywords='openrefine client batch processing docker etl code4lib',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: Console (Text Based)',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Intended Audience :: System Administrators',
|
'Intended Audience :: System Administrators',
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
|
|
Loading…
Reference in New Issue