use the setup.cfg file to tag the build as -dev

This commit is contained in:
Damien Churchill 2009-04-06 14:54:20 +00:00
parent 5b8f9f29b8
commit 248eb7341c
2 changed files with 4 additions and 1 deletions

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[egg_info]
tag_build = -dev
tag_svn_revision = false

View File

@ -390,5 +390,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
version = "1.2.0_dev",
version = "1.2.0",
)