mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 03:18:47 +00:00
use tag_build in setup.cfg and change version to rc3 in setup.py
This commit is contained in:
parent
1a9f715353
commit
d44efe8a66
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
[egg_info]
|
[egg_info]
|
||||||
|
tag_build = -dev
|
||||||
tag_svn_revision = false
|
tag_svn_revision = false
|
||||||
|
|
||||||
[build_docs]
|
[build_docs]
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -437,5 +437,5 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.2.0_rc2",
|
version = "1.2.0_rc3",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue