Skip to content

Commit

Permalink
fix classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Oct 25, 2015
1 parent b85fd92 commit 2f1d17e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools.command.test import test as TestCommand
sys.path.insert(0, os.path.abspath('lib'))

version = "0.1.0"
version = "0.1.1"

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down Expand Up @@ -71,7 +71,8 @@ def run_tests(self):
'Development Status :: 3 - Alpha',
'Natural Language :: English',
'Environment :: Console',
'Intended Audience :: System Administrators :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Topic :: System :: Networking',
Expand Down

0 comments on commit 2f1d17e

Please sign in to comment.