# HG changeset patch # User Mads Kiilerich # Date 1428367876 -7200 # Node ID acaa02179aeb13ea733a78bf5d43383024d4d1f4 # Parent ff08d3cf9aef67b3b079cc6eb21df3a4c9f377ef setup.cfg: update checked-in version to match how sdist writes it diff -r ff08d3cf9aef -r acaa02179aeb setup.cfg --- a/setup.cfg Tue Apr 07 02:51:40 2015 +0200 +++ b/setup.cfg Tue Apr 07 02:51:16 2015 +0200 @@ -1,17 +1,15 @@ [egg_info] -tag_build = -tag_svn_revision = true +tag_build = +tag_svn_revision = 0 +tag_date = 0 [nosetests] -verbose=True -verbosity=2 -with-pylons=test.ini -detailed-errors=1 -nologcapture=1 -#pdb=1 -#pdb-failures=1 +verbose = True +verbosity = 2 +with-pylons = test.ini +detailed-errors = 1 +nologcapture = 1 -# Babel configuration [compile_catalog] domain = kallithea directory = kallithea/i18n @@ -37,8 +35,9 @@ [build_sphinx] source-dir = docs/ -build-dir = docs/_build -all_files = 1 +build-dir = docs/_build +all_files = 1 [upload_sphinx] upload-dir = docs/_build/html +