mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update manifest to make a complete sdist.
This commit is contained in:
parent
053d198f22
commit
f86c3e0a53
1 changed files with 17 additions and 3 deletions
20
MANIFEST.in
20
MANIFEST.in
|
|
@ -1,3 +1,17 @@
|
|||
include *.rst
|
||||
recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py
|
||||
include LICENSE THANKS docs/changelog.rst
|
||||
graft pelican/themes
|
||||
graft pelican/tests
|
||||
graft pelican/tools/templates
|
||||
graft docs
|
||||
graft samples
|
||||
|
||||
include tox.ini
|
||||
include dev_requirements.txt
|
||||
include bumpr.rc
|
||||
include THANKS
|
||||
include README.rst
|
||||
include LICENSE
|
||||
include CONTRIBUTING.rst
|
||||
include .travis.yml
|
||||
include .coveragerc
|
||||
include .mailmap
|
||||
exclude .gitattributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue