mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
||||
global-include *.py
|
||||
recursive-include pelican *.html *.css *png
|
||||
recursive-include pelican *.html *.css *png *.in
|
||||
include LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue