Fixed setup.py bad classifier and upped version

This commit is contained in:
Channel Cat 2016-10-16 02:44:09 -07:00
parent d008c25eff
commit 4f102a9cf2

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='Sanic', name='Sanic',
version="0.1.2", version="0.1.3",
url='http://github.com/channelcat/sanic/', url='http://github.com/channelcat/sanic/',
license='MIT', license='MIT',
author='Channel Cat', author='Channel Cat',
@ -19,7 +19,7 @@ setup(
'ujson>=1.35', 'ujson>=1.35',
], ],
classifiers=[ classifiers=[
'Development Status :: 1 - Alpha', 'Development Status :: 2 - Pre-Alpha',
'Environment :: Web Environment', 'Environment :: Web Environment',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',