mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
install requires setuptools
This commit is contained in:
parent
1e71b86946
commit
7e1d4ae34a
3
setup.py
3
setup.py
@ -40,6 +40,9 @@ setup(
|
|||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
packages = find_packages(exclude=['examples', 'tests']),
|
packages = find_packages(exclude=['examples', 'tests']),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
|
|
||||||
|
install_requires=['setuptools']
|
||||||
|
|
||||||
|
|
||||||
entry_points="""
|
entry_points="""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user