mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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(),
|
open(os.path.join("doc", "HISTORY.txt")).read(),
|
||||||
name=NAME,
|
name=NAME,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
setup_requires=["setuptools_hg"],
|
# setup_requires=["setuptools_hg"],
|
||||||
platforms="Python 1.5.2 and later.",
|
platforms="Python 1.5.2 and later.",
|
||||||
scripts = glob.glob("Scripts/pil*.py"),
|
scripts = glob.glob("Scripts/pil*.py"),
|
||||||
url=HOMEPAGE,
|
url=HOMEPAGE,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user