Skip to content

Commit 74bb962

Browse files
committed
Add more complete meta-data to setup.py and performed a mini-version bump.
1 parent 737306e commit 74bb962

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

setup.py

+19-7
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@
66

77
setup(
88
name='reddit',
9-
version='1.1.1',
10-
packages=['reddit'],
11-
package_data={'reddit': ['*.cfg']},
12-
author='mellort',
9+
version='1.1.2',
10+
author='Timothy Mellor',
1311
author_email='timothy.mellor+pip@gmail.com',
14-
description='A Python wrapper for the Reddit API',
12+
maintainer='Bryce Boe',
13+
maintainer_email='bbzbryce+pip@gmail.com',
1514
url='https://github.com/mellort/reddit_api',
16-
keywords=['reddit']
17-
)
15+
description='A wrapper for the Reddit API',
16+
long_description=('Please see the `documentation on github '
17+
'<https://github.com/mellort/reddit_api>`_.'),
18+
classifiers=['Development Status :: 5 - Production/Stable',
19+
'Environment :: Console',
20+
'Intended Audience :: Developers',
21+
'License :: OSI Approved :: GNU General Public License (GPL)',
22+
'Natural Language :: English',
23+
'Operating System :: OS Independent',
24+
'Programming Language :: Python :: 2 :: Only',
25+
'Topic :: Utilities'],
26+
license='GPLv3',
27+
keywords=['api', 'reddit'],
28+
packages=['reddit'],
29+
package_data={'reddit': ['*.cfg']})

0 commit comments

Comments
 (0)