forked from github/pelican
Omit __pycache__ and *.pyc/pyo files in packages
This commit is contained in:
parent
aeec09b397
commit
99c935df8f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
include *.rst
|
include *.rst
|
||||||
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
|
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
|
||||||
include LICENSE THANKS docs/changelog.rst pyproject.toml
|
include LICENSE THANKS docs/changelog.rst pyproject.toml
|
||||||
graft samples
|
graft samples
|
||||||
|
global-exclude __pycache__
|
||||||
|
global-exclude *.py[co]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue