From: Christopher Lenz Date: Wed, 6 Jun 2007 12:18:55 +0000 (+0000) Subject: Add setup config to get the SVN revision in the version number. X-Git-Tag: 1.0~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c70b1132e8ac2ee9a61f0b321bbf7669abc5bb92;p=thirdparty%2Fbabel.git Add setup config to get the SVN revision in the version number. --- diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..01bb9544 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[egg_info] +tag_build = dev +tag_svn_revision = true