瀏覽代碼

Fix author and license

Kentaro Wada 9 年之前
父節點
當前提交
9e4a53d5b5
共有 1 個文件被更改,包括 3 次插入3 次删除
  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',