If you add an svn egg link to the package homepage you can get dev eggs straight from svn. For zope.sqlalchemy pypi/zope.sqlalchmy is the homepage and I have added this to the description: long_description = read('src', 'zope', 'sqlalchemy', 'README.txt') + """ `SVN version <svn://svn.zope.org/repos/main/zope.sqlalchemy/trunk#egg=zope.sqlalchemy-dev>`_. """ Laurence Hanno Schlichting wrote:
Tres Seaver wrote:
Hanno Schlichting wrote:
Log message for revision 86959: Tag for internal snapshot release
I hope "internal" means that I never stumble on this egg *anywhere*: wouldn't we be better off if you just made a 1.4.1 release?
Of course you won't stumble upon this anywhere. Releasing dev and SVN revision releases into the wild is something I won't do.
The only reason that I did this internal release was that I needed it today. Asking anyone for a release for today didn't feel right.
But a 1.4.1 would be most appreciated anyways :)
Hanno