dabo Commit Revision 3764 Date: 2007-11-30 11:14:53 -0800 (Fri, 30 Nov 2007) Author: Paul Trac: http://svn.dabodev.com/trac/dabo/changeset/3764
Changed: U trunk/setup.py
Log: Added download_url to dabo's setup.py, which will help easy_install find the download to grab from dabodev.com.
After I did this, I was able to:
cd dabo-0.8.2 sudo python setup.py register
...which registered dabo 0.8.2 on the cheeseshop. Now someone can issue:
easy_install dabo
...and given they have non-restrictive internet access, it should "just work".
Dependencies aren't accounted for, though. Let's play around with this for a while - I don't want this to be the defacto way to get Dabo until we are comfortable with it.
Diff: Modified: trunk/setup.py =================================================================== --- trunk/setup.py 2007-11-28 13:01:02 UTC (rev 3763) +++ trunk/setup.py 2007-11-30 19:14:53 UTC (rev 3764) @@ -55,6 +55,7 @@ name = "Dabo", version = daboVersion, url = 'http://dabodev.com/', + download_url = 'ftp://dabodev.com/dabo/dabo-%s-win.zip' % daboVersion, author = 'Ed Leafe and Paul McNett', author_email = 'dev (AT) dabodev DO.T com', description = 'Dabo 3-tier Application Framework',
©2007 Paul McNett |