-
Notifications
You must be signed in to change notification settings - Fork 61
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
File README.rst not included from sdist distribution #1
Comments
Thanks, fixed in devel branch. |
Thanks for fixing it so quickly. |
Thanks, fixed this as well. I'll push 0.9.3 out in a couple of days, once I finish writing some documentation. |
Fix up Python 3.11 breakages
The file README.rst (referenced in setup.py) is not included when the sdist distribution is built. The following patch will add a MANIFEST.in file so README.rst will be included:
The text was updated successfully, but these errors were encountered: