Explorar o código

Added setup script

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
c1bcd85291
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      setup.py

+ 12 - 0
setup.py

@@ -0,0 +1,12 @@
+#!/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'])