Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.rst not picked up #14

Closed
miohtama opened this issue Jun 25, 2012 · 6 comments
Closed

README.rst not picked up #14

miohtama opened this issue Jun 25, 2012 · 6 comments

Comments

@miohtama
Copy link

Due to Github, people have started to use README.rst instead of README.txt.

However, zest.releaser does not check for its existenece:

     warning: sdist: standard file not found: should have one of README, README.txt 
@mauritsvanrees
Copy link
Member

It is not zest.releaser that checks this. This line is printed by standard python (or setuptools/distribute).

@miohtama
Copy link
Author

Any idea where to file a issue about this?

@mauritsvanrees
Copy link
Member

I think it is distutils, so the standard Python bug tracker would fit.
The dist-utils sig mailing list would be a good list to ask this though:
http://mail.python.org/mailman/listinfo/distutils-sig
(I follow it via gmane.org.)

@reinout
Copy link
Collaborator

reinout commented Jun 25, 2012

Good idea. I just posted a message there (also pointing at this issue).

@reinout
Copy link
Collaborator

reinout commented Jun 25, 2012

@reinout
Copy link
Collaborator

reinout commented Jun 25, 2012

... and the solution is in: upgrade distribute to 0.6.27, that one recognizes README.rst.

Thanks to Hanno for the answer: http://mail.python.org/pipermail/distutils-sig/2012-June/018664.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants