Commit c1bcd852 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added setup script

parent 369b3685
#!/usr/bin/env python
from distutils.core import setup
setup(name='twspy',
version='0.8',
description='A standalone implementation of websockets (RFC 6455)',
author='Taddeus Kroes',
author_email='taddeuskroes@gmail.com',
url='https://github.com/taddeus/twspy',
package_dir={'twspy': '.'},
packages=['twspy'])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment