1
0
Fork 0
forked from github/pelican

Add missing *.markdown files to PyPI sdist

The following file is missing from the PyPI source distribution (sdist) due to *.markdown not being referenced in MANIFEST.in:

pelican/tests/content/article_with_markdown_extension.markdown

This missing file appears to cause a number of errors running the test suite. An alternative to this change would be to rename the file to .md so that the file is covered by the existing *.md entry.
This commit is contained in:
Kubilay Kocak 2015-08-07 14:46:12 +10:00
commit 2ca7aa8c80

View file

@ -1,3 +1,3 @@
include *.rst
recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py
recursive-include pelican *.html *.css *png *.in *.rst *.markdown *.md *.mkd *.xml *.py
include LICENSE THANKS docs/changelog.rst