Author: damoxc
Revision: 5012
Log:
use the setup.cfg file to tag the build as -dev
Diff:
Added: trunk/setup.cfg
===================================================================
--- trunk/setup.cfg (rev 0)
+++ trunk/setup.cfg 2009-04-06 14:54:20 UTC (rev 5012)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = -dev
+tag_svn_revision = false
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-04-05 23:28:31 UTC (rev 5011)
+++ trunk/setup.py 2009-04-06 14:54:20 UTC (rev 5012)
@@ -390,5 +390,5 @@
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
- version = "1.2.0_dev",
+ version = "1.2.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
-~----------~----~----~----~------~----~------~--~---