setup.py is reading an old README #7

Closed
opened 2009-09-20 10:01:36 -07:00 by kumar303 · 2 comments
kumar303 commented 2009-09-20 10:01:36 -07:00 (Migrated from github.com)

setup.py executes long_description= open("README").read() but that should be open("README.markdown").read(),

setup.py executes long_description= open("README").read() but that should be open("README.markdown").read(),
ryanmcgrath commented 2009-09-20 10:10:17 -07:00 (Migrated from github.com)

Fixed. Lemme know if you find anything else like this!

  • Ryan
Fixed. Lemme know if you find anything else like this! - Ryan
kumar303 commented 2009-09-20 12:40:34 -07:00 (Migrated from github.com)

thanks.

thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#7
No description provided.