From: Michael Trier Date: Tue, 28 Jul 2009 01:23:17 +0000 (+0000) Subject: Reverted my screw up of setup.cfg X-Git-Tag: rel_0_5_6~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac6f28996513c2ca97e42dbc24bbb47fe69ab88;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Reverted my screw up of setup.cfg --- diff --git a/setup.cfg b/setup.cfg index 010e5c1c04..517492791e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,6 @@ -[nosetests] -with-sqlalchemy=True -#with-doctest=1 -#doctest-extension=test -#with-spec=1 -#spec-color=1 -# verbosity=1 -# detailed-errors=1 -# with-coverage=1 -# cover-package=nose -# debug=nose.loader +[egg_info] +tag_build = dev +tag_svn_revision = true +[nosetests] +with-sqlalchemy = true