Skip to content

Commit 0d271c3

Browse files
committed
build: distributions should include more files
1 parent 9882b4e commit 0d271c3

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

MANIFEST.in

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
# - http://www.apache.org/licenses/LICENSE-2.0
33
# - https://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
44

5-
exclude .isort.cfg
6-
exclude howto.txt
7-
exclude Makefile
8-
exclude requirements.txt
9-
exclude tox.ini
10-
exclude .editorconfig
11-
include AUTHORS.txt
12-
include LICENSE.txt
13-
include NOTICE.txt
14-
include README.rst
15-
prune tests
5+
include *.txt
6+
include .editorconfig
7+
include .isort.cfg
8+
include Makefile
9+
include tox.ini
10+
11+
recursive-include .github *
12+
recursive-include tests *.py

0 commit comments

Comments
 (0)