mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix setup, don't import examples.
This commit is contained in:
parent
6ecbd9bff8
commit
c920d59332
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
|||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
|
||||||
packages = find_packages(),
|
packages = ['gunicorn'],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
scripts = ['bin/gunicorn', 'bin/gunicorn_django', 'bin/gunicorn_paste'],
|
scripts = ['bin/gunicorn', 'bin/gunicorn_django', 'bin/gunicorn_paste'],
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user