jgm / pandocfilters

A python module for writing pandoc filters, with a collection of examples
BSD 3-Clause "New" or "Revised" License
512 stars 111 forks source link

Unable to install pandocfilters from PyPI #2

Closed simonlau closed 10 years ago

simonlau commented 11 years ago

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 11 years ago

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: https://github.com/jgm/pandocfilters/issues/2