Compare commits

...

2 Commits
0.1.2 ... 0.1.3

Author SHA1 Message Date
Channel Cat
4f102a9cf2 Fixed setup.py bad classifier and upped version 2016-10-16 02:44:16 -07:00
Channel Cat
d008c25eff Changed travis image to link to project, derp 2016-10-16 02:37:02 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
![build verification](https://travis-ci.org/channelcat/sanic.svg?branch=master) [![Build Status](https://travis-ci.org/channelcat/sanic.svg?branch=master)](https://travis-ci.org/channelcat/sanic)
# Sanic # Sanic

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',