Skip to content

Commit

Permalink
Add additional information to setup.py for PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed Apr 28, 2016
1 parent 5c82bd2 commit 29caaf7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,20 @@ def write_version_file():
version=get_setup_version(),
description='comic updater, mangafied',
url='https://github.com/Hamuko/cum',
author='Hamuko',
author_email='[email protected]',
license='Apache2',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP'
],
packages=find_packages(),
install_requires=[
'alembic',
Expand Down

0 comments on commit 29caaf7

Please sign in to comment.