浏览代码

Better setup.py

Guénaël Muller 7 年前
父节点
当前提交
926e42b53e
共有 1 个文件被更改,包括 12 次插入5 次删除
  1. 12 5
      setup.py

+ 12 - 5
setup.py 查看文件

38
 
38
 
39
 
39
 
40
 setup(
40
 setup(
41
-    name='tracim',
42
-    version='0.0',
43
-    description='tracim',
41
+    name='tracim_backend',
42
+    version='1.9.1',
43
+    description='Rest API (Back-end) of Tracim v2',
44
     long_description=README + '\n\n' + CHANGES,
44
     long_description=README + '\n\n' + CHANGES,
45
     classifiers=[
45
     classifiers=[
46
+        'Development Status :: 2 - Pre-Alpha',
46
         'Programming Language :: Python',
47
         'Programming Language :: Python',
48
+        "Programming Language :: Python :: 3.4",
49
+        "Programming Language :: Python :: 3.5",
50
+        "Programming Language :: Python :: 3.6",
47
         'Framework :: Pyramid',
51
         'Framework :: Pyramid',
48
         'Topic :: Internet :: WWW/HTTP',
52
         'Topic :: Internet :: WWW/HTTP',
49
         'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
53
         'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
54
+        'Topic :: Communications :: File Sharing',
55
+        'Topic :: Communications',
56
+        'License :: OSI Approved :: MIT License',
50
     ],
57
     ],
51
     author='',
58
     author='',
52
     author_email='',
59
     author_email='',
53
-    url='',
54
-    keywords='web pyramid pylons',
60
+    url='https://github.com/tracim/tracim_backend',
61
+    keywords='web pyramid tracim ',
55
     packages=find_packages(),
62
     packages=find_packages(),
56
     include_package_data=True,
63
     include_package_data=True,
57
     zip_safe=False,
64
     zip_safe=False,