Skip to content

Commit 78b3614

Browse files
author
zeekay
committed
Fourth (fifth?) times the charm.
1 parent 38f1e5e commit 78b3614

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
from os.path import join, dirname, realpath
5-
root = lambda path: join(dirname(realpath(__file__)), path)
6-
74
setup(
85
name='Flask-uWSGI-WebSocket',
9-
version='0.1.2',
6+
version='0.1.3',
107
url='https://github.com/zeekay/flask-uwsgi-websocket',
11-
license=open(root('LICENSE')).read(),
8+
license='MIT',
129
author='Zach Kelling',
1310
author_email='zk@monoid.io',
1411
description='High-performance WebSockets for your Flask apps powered by uWSGI.',
15-
long_description=open(root('README.rst')).read(),
12+
long_description=open('README.rst').read(),
1613
py_modules=['flask_uwsgi_websocket'],
1714
zip_safe=False,
1815
include_package_data=True,

0 commit comments

Comments
 (0)