Remove setuptools_hg requirement

This commit is contained in:
Alex Clark 2010-07-31 19:24:31 -04:00
parent 22f08d1fbb
commit e592de01fd

View File

@ -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,