Author: andar
Revision: 5814
Log:
Update setup.py
Diff:
Modified: branches/1.2_RC/setup.py
===================================================================
--- branches/1.2_RC/setup.py 2009-10-04 23:13:40 UTC (rev 5813)
+++ branches/1.2_RC/setup.py 2009-10-04 23:19:34 UTC (rev 5814)
@@ -387,8 +387,8 @@
# Main setup
setup(
- author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Damien Churchill",
- author_email = "[email protected], [email protected],
[email protected], [email protected]",
+ author = "Andrew Resch, Damien Churchill",
+ author_email = "[email protected], [email protected]",
cmdclass = cmdclass,
data_files = _data_files,
description = "Bittorrent Client",
@@ -433,5 +433,5 @@
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
url = "http://deluge-torrent.org",
- version = "1.2.0",
+ version = "1.2.0_rc1",
)
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-10-04 23:13:40 UTC (rev 5813)
+++ trunk/setup.py 2009-10-04 23:19:34 UTC (rev 5814)
@@ -387,8 +387,8 @@
# Main setup
setup(
- author = "Andrew Resch, Marcos Pinto, Martijn Voncken, Damien Churchill",
- author_email = "[email protected], [email protected],
[email protected], [email protected]",
+ author = "Andrew Resch, Damien Churchill",
+ author_email = "[email protected], [email protected]",
cmdclass = cmdclass,
data_files = _data_files,
description = "Bittorrent Client",
@@ -433,5 +433,5 @@
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
url = "http://deluge-torrent.org",
- version = "1.2.0",
+ version = "1.3.0",
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---