Skip to content

Commit

Permalink
Exclude built documentation from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 6, 2018
1 parent e18504e commit d3bdab4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
include LICENSE
include README.md
include Makefile
include MANIFEST.in
include Pipfile
include pytest.ini
include tox.ini

recursive-include graphql *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * .mypy_cache
recursive-exclude * *.py[co]

graft graphql
graft tests
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
prune docs/_build

global-exclude *.py[co] __pycache__

0 comments on commit d3bdab4

Please sign in to comment.