Add support of Flask blueprints

This commit is contained in:
Alexander Oblovatniy
2016-05-01 17:13:49 +03:00
parent a52542ace4
commit 2b414eaad5
4 changed files with 141 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ from setuptools import setup
setup(
name='Flask-Sockets',
version='0.2.0',
version='0.2.1',
url='https://github.com/kennethreitz/flask-sockets',
license='See License',
author='Kenneth Reitz',
@@ -36,4 +36,4 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)
)