haaksmash / flowhub

Based on git-flow, but with GitHub.
22 stars 5 forks source link

Fixed bad readme reference in setup script #65

Closed isochronous closed 11 years ago

isochronous commented 11 years ago

The current setup.py wants to read in a file named readme.txt, but that file does not exist in the package. This pull request simply changes the required file's filename from readme.txt to readme.rst.

haaksmash commented 11 years ago

I did this in the past (readme.rst in setup.py); if I recall correctly, it breaks uploading to pypi, because it only correctly parses things with a txt extension.

Ah, yes -- 708b7c99ad shows that it used to have this.

Also please pull-request into develop rather than master :)

isochronous commented 11 years ago

Sorry, I thought I had. My bad!

On Thu, Mar 7, 2013 at 1:15 AM, Haak Saxberg notifications@github.comwrote:

I did this in the past (readme.rst in setup.py); if I recall correctly, it breaks uploading to pypi, because it only correctly parses things with a txt extension.

Ah, yes -- 708b7c9https://github.com/haaksmash/flowhub/commit/708b7c99adshows that it used to have this.

Also please pull-request into develop rather than master :)

— Reply to this email directly or view it on GitHubhttps://github.com/haaksmash/flowhub/pull/65#issuecomment-14544681 .