Merge 2e74bc24fd into 44e5fa0b82
This commit is contained in:
commit
f136821beb
|
|
@ -1 +1 @@
|
|||
include CHANGES.txt *.py README.md LICENSE.txt
|
||||
include CHANGES.txt README.md LICENSE.txt
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -1,4 +1,4 @@
|
|||
from setuptools import setup, find_packages
|
||||
from setuptools import setup
|
||||
|
||||
version = '0.1.0'
|
||||
name = 'websockify'
|
||||
|
|
@ -18,7 +18,7 @@ setup(name=name,
|
|||
author="Joel Martin",
|
||||
author_email="github@martintribe.org",
|
||||
|
||||
packages=find_packages(),
|
||||
packages=['websockify'],
|
||||
include_package_data=True,
|
||||
install_requires=['numpy'],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
websockify
|
||||
Loading…
Reference in New Issue