]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use setuptools_hg to auto-discover the same way we did with SVN.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Mar 2010 00:29:39 +0000 (19:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Mar 2010 00:29:39 +0000 (19:29 -0500)
Thanks *much* to Jannis Leidel for the suggestion/creation !

setup.py

index dd75c6fc65f70e2700a55a34754ff25388a28e97..00327e120da458eb62bc146082ce7c1f5c26bb17 100644 (file)
--- 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 = {