From: <dg...@us...> - 2009-08-03 17:39:22
|
Revision: 343 http://pytrainer.svn.sourceforge.net/pytrainer/?rev=343&view=rev Author: dgranda Date: 2009-08-03 17:39:15 +0000 (Mon, 03 Aug 2009) Log Message: ----------- Removal of decommissioned plugin (garmin301) and addition of new ones (garmingpx). Update of project data (version and url) Modified Paths: -------------- pytrainer/trunk/setup.py Modified: pytrainer/trunk/setup.py =================================================================== --- pytrainer/trunk/setup.py 2009-07-21 17:31:53 UTC (rev 342) +++ pytrainer/trunk/setup.py 2009-08-03 17:39:15 UTC (rev 343) @@ -15,10 +15,10 @@ return "share/pytrainer/extensions/%s"%extension_name, glob("extensions/%s/*"%extension_name) setup( name="pytrainer", - version="1.5", + version="1.6.0.9", author="Fiz Vazquez", author_email="vu...@si...", - url="http://pytrainer.e-oss.net", + url="https://sourceforge.net/projects/pytrainer/", license="GNU General Public License(GPL)", packages=[ 'pytrainer', 'pytrainer.gui', @@ -31,7 +31,7 @@ ('share/pytrainer/glade/',glob("glade/*.png")), ('share/pytrainer/glade/',glob("glade/*.jpg")), ('share/pytrainer/',glob("*.style")), - install_plugin("garmin301"), + install_plugin("garmingpx"), install_plugin("garmin-hr"), install_plugin("googleearth"), install_plugin("ipod"), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |