mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Update setup.py
This commit is contained in:
parent
95bb8fb4c3
commit
f86e319d49
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -387,8 +387,8 @@ _data_files = [
|
||||||
|
|
||||||
# Main setup
|
# Main setup
|
||||||
setup(
|
setup(
|
||||||
author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Damien Churchill",
|
author = "Andrew Resch, Damien Churchill",
|
||||||
author_email = "andrewresch@gmail.com, markybob@dipconsultants.com, mvoncken@gmail.com, damoxc@gmail.com",
|
author_email = "andrewresch@gmail.com, damoxc@gmail.com",
|
||||||
cmdclass = cmdclass,
|
cmdclass = cmdclass,
|
||||||
data_files = _data_files,
|
data_files = _data_files,
|
||||||
description = "Bittorrent Client",
|
description = "Bittorrent Client",
|
||||||
|
@ -433,5 +433,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",
|
version = "1.2.0_rc1",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue