File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33version = '0.0.9'
44
55setup (
6- name = 'crowd-api' ,
7- packages = ['crowd_api' ],
8- version = version ,
9- description = 'Python library for Atlassian Crowd' ,
10- author = 'Matteo Cerutti' ,
11- author_email = 'matteo.cerutti@hotmail.co.uk' ,
12- url = 'https://github.com/m4ce/crowd-api-python' ,
13- download_url = 'https://github.com/m4ce/crowd-api-python/tarball/%s' % (version ,),
14- keywords = ['crowd' ],
15- classifiers = [],
16- install_requires = ["requests" ]
6+ name = 'crowd-api' ,
7+ packages = ['crowd_api' ],
8+ version = version ,
9+ description = 'Python library for Atlassian Crowd' ,
10+ author = 'Matteo Cerutti' ,
11+ author_email = 'matteo.cerutti@hotmail.co.uk' ,
12+ url = 'https://github.com/m4ce/crowd-api-python' ,
13+ download_url = 'https://github.com/m4ce/crowd-api-python/tarball/%s' % (version ,),
14+ keywords = ['crowd' ],
15+ classifiers = [],
16+ install_requires = ["requests" ]
1717)
You can’t perform that action at this time.
0 commit comments