mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remove setuptools from install_requires.
We already import setuptools in setup.py so its not necessary to explicitly list it. Also, it apparently prevents users from upgrading using distribute. Thanks to Jannis Leidel for the report.
This commit is contained in:
parent
c8d3b7764f
commit
330e27166b
1
THANKS
1
THANKS
@ -19,3 +19,4 @@ Travis Cline <travis.cline@gmail.com>
|
|||||||
Adrien Lemaire <lemaire.adrien@gmail.com>
|
Adrien Lemaire <lemaire.adrien@gmail.com>
|
||||||
Oliver Tonnhofer <olt@bogosoft.com>
|
Oliver Tonnhofer <olt@bogosoft.com>
|
||||||
Anand Chitipothu <anandology@gmail.com>
|
Anand Chitipothu <anandology@gmail.com>
|
||||||
|
Jannis Leidel <jannis@leidel.info>
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -42,8 +42,6 @@ setup(
|
|||||||
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="""
|
||||||
|
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user