Upped version for pypi and added travis build status image to readme
This commit is contained in:
parent
66b40c4188
commit
6b8b6b80ee
|
@ -1,3 +1,5 @@
|
||||||
|
![build verification](https://travis-ci.org/channelcat/sanic.svg?branch=master)
|
||||||
|
|
||||||
# Sanic
|
# Sanic
|
||||||
|
|
||||||
Sanic is a Flask-like Python 3.5+ web server that's written to go fast. It's based off the work done by the amazing folks at magicstack, and was inspired by this article: https://magic.io/blog/uvloop-blazing-fast-python-networking/.
|
Sanic is a Flask-like Python 3.5+ web server that's written to go fast. It's based off the work done by the amazing folks at magicstack, and was inspired by this article: https://magic.io/blog/uvloop-blazing-fast-python-networking/.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Sanic',
|
name='Sanic',
|
||||||
version="0.1.0",
|
version="0.1.2",
|
||||||
url='http://github.com/channelcat/sanic/',
|
url='http://github.com/channelcat/sanic/',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Channel Cat',
|
author='Channel Cat',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user