python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

setup.py is incorrect

Open ASKBOT opened this issue 14 years ago • 0 comments

this download url does not work - guessing because it triggers redirect.

I think if you just remove this line from setup.py and run "python setup.py sdist upload" you will fix easy_install.

download_url='http://github.com/openid/python-openid/tarball/%s' % (version,),

ASKBOT avatar Jun 23 '10 00:06 ASKBOT