We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9c768 commit 8852b4dCopy full SHA for 8852b4d
setup.py
@@ -12,13 +12,13 @@
12
13
setup(
14
name = 'traad',
15
- version = '0.2',
+ version = '0.3',
16
packages = find_packages(),
17
18
# metadata for upload to PyPI
19
author = 'Austin Bingham',
20
author_email = 'austin.bingham@gmail.com',
21
- description = 'An XMLRPC server for the rope Python refactoring library.',
+ description = 'A JSON+HTTP server for the rope Python refactoring library.',
22
license = 'MIT',
23
keywords = 'refactoring',
24
url = 'http://github.com/abingham/traad',
0 commit comments