Skip to content

Commit e80f418

Browse files
author
zeekay
committed
Update setup.py.
1 parent cfb99ad commit e80f418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
from setuptools import setup
2+
from setuptools import find_packages, setup
33

44
setup(
55
name='Flask-uWSGI-WebSocket',
@@ -13,6 +13,7 @@
1313
py_modules=['flask_uwsgi_websocket'],
1414
zip_safe=False,
1515
include_package_data=True,
16+
packages=find_packages(),
1617
platforms='any',
1718
install_requires=[
1819
'Flask',

0 commit comments

Comments
 (0)