Skip to content

Commit

Permalink
Add classifiers and update for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2017
1 parent 06abf13 commit fbe4133
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,25 @@

setup(
name='python_opendata_transport',
version='0.0.1',
version='0.0.2',
description='Python API for interacting with transport.opendata.ch.',
url='https://github.com/fabaff/python-opendata-transport',
download_url='https://github.com/fabaff/python-opendata-transport/releases',
author='Fabian Affolter',
author_email='[email protected]',
license='MIT',
install_requires=['requests>=2.0', 'pytz'],
install_requires=['aiohttp'],
packages=['opendata_transport'],
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python :: 3.4',
'Topic :: Utilities',
],
)

0 comments on commit fbe4133

Please sign in to comment.