Skip to content

Commit

Permalink
Make ready for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
furbrain committed Dec 25, 2016
1 parent 85329f3 commit 67583fb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from distutils.core import setup

setup(name='tingbot-gui',
version='0.1',
version='0.9',
description='Graphical User Interface for tingbot',
url='http://github.com/furbrain/tingbot-gui',
author='Phil Underwood',
Expand All @@ -19,4 +19,14 @@
install_requires=['tingbot-python'],
dependency_links=['https://github.com/tingbot/tingbot-python/tarball/master'],
zip_safe=False,
keywords='tingbot',)
keywords='tingbot',
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Other Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: User Interfaces"
])

0 comments on commit 67583fb

Please sign in to comment.