|
@@ -38,20 +38,27 @@ if sys.version_info < (3, 5):
|
38
|
38
|
|
39
|
39
|
|
40
|
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
|
44
|
long_description=README + '\n\n' + CHANGES,
|
45
|
45
|
classifiers=[
|
|
46
|
+ 'Development Status :: 2 - Pre-Alpha',
|
46
|
47
|
'Programming Language :: Python',
|
|
48
|
+ "Programming Language :: Python :: 3.4",
|
|
49
|
+ "Programming Language :: Python :: 3.5",
|
|
50
|
+ "Programming Language :: Python :: 3.6",
|
47
|
51
|
'Framework :: Pyramid',
|
48
|
52
|
'Topic :: Internet :: WWW/HTTP',
|
49
|
53
|
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
|
54
|
+ 'Topic :: Communications :: File Sharing',
|
|
55
|
+ 'Topic :: Communications',
|
|
56
|
+ 'License :: OSI Approved :: MIT License',
|
50
|
57
|
],
|
51
|
58
|
author='',
|
52
|
59
|
author_email='',
|
53
|
|
- url='',
|
54
|
|
- keywords='web pyramid pylons',
|
|
60
|
+ url='https://github.com/tracim/tracim_backend',
|
|
61
|
+ keywords='web pyramid tracim ',
|
55
|
62
|
packages=find_packages(),
|
56
|
63
|
include_package_data=True,
|
57
|
64
|
zip_safe=False,
|