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
commit 248eb7341c
2 changed files with 4 additions and 1 deletions

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",
)