Skip to content

Commit d4613b0

Browse files
Include tests, docs with sdist
1 parent 18013eb commit d4613b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MANIFEST.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
include README.rst
2+
include tox.ini
3+
graft doc
4+
graft examples
5+
graft script
6+
graft tests
7+
prune doc/_build
8+
prune tests/.benchmarks
9+
prune tests/.pylint_primer_tests
10+
global-exclude __pycache__
11+
global-exclude *.py[co]

0 commit comments

Comments
 (0)