ryanmcgrath / twython

Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
http://stackoverflow.com/questions/tagged/twython
MIT License
1.85k stars 397 forks source link

Missing 'HISTORY.md' in source tarball on Pypi #529

Closed ponsfoot closed 4 years ago

ponsfoot commented 4 years ago

'HISTORY.md' is not existent in twython-3.8.0.tar.gz so setup.py fails:

Traceback (most recent call last): File "setup.py", line 33, in long_description=open('README.md', encoding='utf-8').read() + '\n\n' +open('HISTORY.md', encoding='utf-8').read(), FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.md'

Platform: ArchLinux

ryanmcgrath commented 4 years ago

Yeah, seems I forgot to update the Manifest file before publishing. I did so and bumped 3.8.1.

Lot of minor packaging changes since the last time it was pushed to Pypi, so something like this was bound to happen. If anything else pops up open another issue.