# HG changeset patch # User cmlenz # Date 1181132335 0 # Node ID 39df4248662e91e531450024ef3fd84a8ee37292 # Parent c3bf812043934c2f9afbf912c465732e461ef405 Add setup config to get the SVN revision in the version number. diff --git a/setup.cfg b/setup.cfg new file mode 100644 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[egg_info] +tag_build = dev +tag_svn_revision = true