Skip to content

Commit 17af0ab

Browse files
author
RIMORIT
committed
pep up by removing spaces around param assignments
1 parent 6ddb733 commit 17af0ab

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
version = '0.0.9'
44

55
setup(
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
)

0 commit comments

Comments
 (0)