We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9882b4e commit 0d271c3Copy full SHA for 0d271c3
MANIFEST.in
@@ -2,14 +2,11 @@
2
# - http://www.apache.org/licenses/LICENSE-2.0
3
# - https://github.com/nedbat/django_coverage_plugin/blob/master/NOTICE.txt
4
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
+include *.txt
+include .editorconfig
+include .isort.cfg
+include Makefile
+include tox.ini
+
+recursive-include .github *
+recursive-include tests *.py
0 commit comments