jgm/pandocfilters

Unable to install pandocfilters from PyPI

simonlau opened this issue · 1 comments

Using pip to install pandocfilters results in an error

IOError: [Errno 2] No such file or directory: '/private/var/folders/xl/cqk_rxvj23xg_jt2yc0nklm80000gn/T/pip-build-admin/pandocfilters/README.rst'

It seems the symlink from README.rst to README is not present or invalid in PyPI

jgm commented

I think I just needed to include it in the manifest.
(Sorry, I'm new at packaging python!) Try it again, this should
be fixed in 1.0.1.

+++ Simon Lau [Sep 30 13 09:34 ]:

Using pip to install pandocfilters results in an error

IOError: [Errno 2] No such file or directory: '/private/var/folders/xl/cqk_rxvj23xg_jt2yc0nklm80000gn/T/pip-build-admin/pandocfilters/README.rst'

It seems the symlink from README.rst to README is not present or invalid in PyPI


Reply to this email directly or view it on GitHub:
#2