We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffc787 commit ac1e1d4Copy full SHA for ac1e1d4
setup.py
@@ -14,13 +14,13 @@
14
'Topic :: Software Development :: Libraries :: Python Modules'
15
]
16
17
-KEYWORDS = 'fedex soap suds wrapper'
+KEYWORDS = 'fedex soap suds wrapper rate location ship service'
18
19
setup(name='fedex',
20
version=fedex.VERSION,
21
description='Fedex Web Services API wrapper.',
22
long_description=LONG_DESCRIPTION,
23
- author='Gregory Taylor',
+ author='Python Fedex Developers',
24
author_email='gtaylor@gc-taylor.com',
25
url='https://github.com/python-fedex-devs/python-fedex',
26
download_url='http://pypi.python.org/pypi/fedex/',
0 commit comments