Ver código fonte

Fix author and license

Kentaro Wada 9 anos atrás
pai
commit
9e4a53d5b5
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      setup.py

+ 3 - 3
setup.py

@@ -36,11 +36,11 @@ setup(
     cmdclass={'build_py': LabelmeBuildPyCommand},
     description='Simple Image Annotation Tool.',
     long_description=open('README.rst').read(),
-    author='mpitid',
-    author_email='mpitid@gmail.com',
+    author='Kentaro Wada',
+    author_email='www.kentaro.wada@gmail.com',
     url='https://github.com/mpitid/pylabelme',
     install_requires=[],
-    license='MIT',
+    license='GPLv3',
     keywords='Image Annotation, Machine Learning',
     classifiers=[
         'Development Status :: 5 - Production/Stable',