forked from github/pelican
Add template files to MANIFEST.in
Commit 7c53cc8955 put the templates in a separate directory.
As a result setuptools did not include them any longer.
This commit is contained in:
parent
336d6fd407
commit
8c375f016f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
include *.rst
|
include *.rst
|
||||||
global-include *.py
|
global-include *.py
|
||||||
recursive-include pelican *.html *.css *png
|
recursive-include pelican *.html *.css *png *.in
|
||||||
include LICENSE
|
include LICENSE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue