mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
use the setup.cfg file to tag the build as -dev
This commit is contained in:
parent
5b8f9f29b8
commit
248eb7341c
2 changed files with 4 additions and 1 deletions
3
setup.cfg
Normal file
3
setup.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[egg_info]
|
||||||
|
tag_build = -dev
|
||||||
|
tag_svn_revision = false
|
2
setup.py
2
setup.py
|
@ -390,5 +390,5 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.2.0_dev",
|
version = "1.2.0",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue