danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

0.8.1 has no source distribution on pypi #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://pypi.python.org/pypi/python-twitter

python-twitter is registred on pypi but without download url and source dist. 
It is easy to do and let people use this project in a very easy way.

We at least have a turn around to fix this issue, but it should be great if you 
upload a source dist or specify a download url in the package metadatas.

How to upload a source dist:

  checkout the 0.8.1 tag
  python setup.py sdist register upload

You can check the egg zest.releaser that give you a 'fullrelease' command line 
tool (it manage the release process: make tag, checkout the tag, release, back 
to dev version).

I can help if you want.

Original issue reported on code.google.com by tou...@gmail.com on 8 Apr 2011 at 8:15

GoogleCodeExporter commented 8 years ago
duh - I was uploading 0.8.2 and realized what I did wrong with 0.8.1 !

ok, 0.8.2 is up and *this* time I remembered to do more than just register it :/

Original comment by bear42 on 16 Apr 2011 at 11:32