|
@@ -86,9 +86,13 @@ setup(
|
|
|
classifiers=[
|
|
|
'Development Status :: 5 - Production/Stable',
|
|
|
'Intended Audience :: Developers',
|
|
|
- 'License :: OSI Approved :: MIT License',
|
|
|
- 'Operating System :: POSIX',
|
|
|
- 'Topic :: Internet :: WWW/HTTP',
|
|
|
+ 'Natural Language :: English',
|
|
|
+ 'License :: OSI Approved :: GPLv3 License',
|
|
|
+ 'Programming Language :: Python',
|
|
|
+ 'Programming Language :: Python :: 2',
|
|
|
+ 'Programming Language :: Python :: 3',
|
|
|
+ 'Programming Language :: Python :: Implementation :: CPython',
|
|
|
+ 'Programming Language :: Python :: Implementation :: PyPy',
|
|
|
],
|
|
|
package_data={'labelme': ['icons/*', 'config/*.yaml']},
|
|
|
entry_points={
|