From: Mike Bayer Date: Mon, 8 Mar 2010 00:29:39 +0000 (-0500) Subject: use setuptools_hg to auto-discover the same way we did with SVN. X-Git-Tag: rel_0_6beta2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef21da0ac02c72dd7eed7316d0b57bad0a8f8fb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use setuptools_hg to auto-discover the same way we did with SVN. Thanks *much* to Jannis Leidel for the suggestion/creation ! --- diff --git a/setup.py b/setup.py index dd75c6fc65..00327e120d 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setup(name = "SQLAlchemy", packages = find_packages('lib'), package_dir = {'':'lib'}, license = "MIT License", + setup_requires=["setuptools_hg"], tests_require = ['nose >= 0.11'], test_suite = "nose.collector", entry_points = {