1
0
Fork 0
forked from github/pelican

Omit __pycache__ and *.pyc/pyo files in packages

This commit is contained in:
Ben Sturmfels 2021-10-12 22:29:59 +11:00 committed by Justin Mayer
commit 99c935df8f

View file

@ -2,3 +2,5 @@ include *.rst
recursive-include pelican *.html *.css *png *.rst *.markdown *.md *.mkd *.xml *.py *.jinja2
include LICENSE THANKS docs/changelog.rst pyproject.toml
graft samples
global-exclude __pycache__
global-exclude *.py[co]