Skip to content

Commit

Permalink
Adjust MANIFEST.in for downstream distribution.
Browse files Browse the repository at this point in the history
A downstream distribution will build from our ``sdist`` file; they'll
need all test files for that.
  • Loading branch information
rbarrois committed Jul 29, 2018
1 parent 74f0e55 commit d5db588
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MANIFEST.in
@@ -1,13 +1,13 @@
include ChangeLog CODE_OF_CONDUCT.md CONTRIBUTING.rst CREDITS LICENSE README.rst
include requirements*.txt
include Makefile tox.ini .flake8

graft factory

prune docs
prune examples
prune tests
graft docs
graft examples
graft tests

global-exclude *.py[cod] __pycache__ .*.sw[po]

exclude Makefile tox.ini .flake8
prune .github
prune docs/_build

0 comments on commit d5db588

Please sign in to comment.