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 a09311b commit 95a5b33Copy full SHA for 95a5b33
MANIFEST.in
@@ -1,9 +1,10 @@
1
-include *.rst LICENSE requirements.txt
+include *.rst LICENSE requirements.txt pyproject.toml
2
global-exclude *.c
3
exclude Makefile
4
prune tools
5
-exclude .travis.yml appveyor.yml azure-pipelines.yml
6
-exclude tox.ini pytest.ini .coveragerc
+exclude .travis.yml appveyor.yml azure-pipelines.yml .pyup.yml
+exclude tox.ini pytest.ini .coveragerc .pylintrc
7
+exclude .gitignore .dockerignore
8
prune test
9
prune .github
10
prune .azure_pipelines
0 commit comments