-
Notifications
You must be signed in to change notification settings - Fork 21
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.md is not in the tarball #21
Comments
I'll send a PR. |
Thanks for the detailed report and PR. The problem is: this still breaks (at least in the tests)! And really, the issue you raised shouldn't happen at all. There seems to be some missing dependency of I think the "correct" solution to this is converting the What do you think? |
That would actually be much better, yes.
|
Can you try now, 2.1.8 is on Pypi which should fix the issue you're having. |
Steps to reproduce:
virtualenv-3.4 .env
. .env/bin/activate
python setup.py install
Actual result:
The error above says Missing format, but is actually about a missing file. See JessicaTegner/pypandoc#86
Excepted result: Installs.
See also fedora-python/pyp2rpm#27 and msabramo/setuptools-markdown#7 (comment)
The text was updated successfully, but these errors were encountered: