forked from github/pelican
Commit 7c53cc8955 put the templates in a separate directory.
As a result setuptools did not include them any longer.
4 lines
99 B
Text
4 lines
99 B
Text
include *.rst
|
|
global-include *.py
|
|
recursive-include pelican *.html *.css *png *.in
|
|
include LICENSE
|