Pārlūkot izejas kodu

Fix author and license

Kentaro Wada 9 gadi atpakaļ
vecāks
revīzija
9e4a53d5b5
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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',