mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Remove setuptools_hg requirement
This commit is contained in:
parent
22f08d1fbb
commit
e592de01fd
2
setup.py
2
setup.py
|
@ -472,7 +472,7 @@ if __name__ == "__main__":
|
|||
open(os.path.join("doc", "HISTORY.txt")).read(),
|
||||
name=NAME,
|
||||
packages=find_packages(),
|
||||
setup_requires=["setuptools_hg"],
|
||||
# setup_requires=["setuptools_hg"],
|
||||
platforms="Python 1.5.2 and later.",
|
||||
scripts = glob.glob("Scripts/pil*.py"),
|
||||
url=HOMEPAGE,
|
||||
|
|
Loading…
Reference in New Issue
Block a user