Explorar o código

Updated setup script

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

+ 11 - 11
setup.py

@@ -1,13 +1,13 @@
 #!/usr/bin/env python
 from distutils.core import setup
-
-
-setup(name='wspy',
-      version='0.9',
-      description='A standalone implementation of websockets (RFC 6455).',
-      author='Taddeus Kroes',
-      author_email='taddeuskroes@gmail.com',
-      url='https://github.com/taddeus/wspy',
-      package_dir={'wspy': '.'},
-      packages=['wspy'],
-      license='3-clause BSD License')
+setup(
+    name='wspy',
+    version='0.91',
+    description='A standalone implementation of websockets (RFC 6455).',
+    author='Taddeus Kroes',
+    author_email='taddeus@kompiler.org',
+    url='https://github.com/taddeus/wspy',
+    package_dir={'wspy': '.'},
+    packages=['wspy'],
+    license='3-clause BSD License'
+)