Skip to content

Commit

Permalink
setup.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Jun 22, 2015
1 parent c3efaca commit f5af988
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -6,21 +6,19 @@

setup(
name='clinto',
version='0.0.0',
version='0.1.0',
packages=find_packages(),
scripts=[],
install_requires = ['six',],
include_package_data=True,
description='Clinto',
url='http://www.github.com/chris7/clinto',
url='http://www.github.com/wooey/clinto',
author='Chris Mitchell',
author_email='chris.mit7@gmail.com',
classifiers=[
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
# Replace these appropriately if you are stuck on Python 2.
'Programming Language :: Python :: 2.7',
],
)

0 comments on commit f5af988

Please sign in to comment.