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 06baf76 commit 80c8ee1Copy full SHA for 80c8ee1
MANIFEST.in
@@ -1,8 +1,9 @@
1
-include README.rst
+include README.rst CODE_OF_CONDUCT.md CONTRIBUTING.md
2
include MANIFEST.in
3
include LICENSE.txt
4
-include *requirements.txt
+include *requirements.txt mypy.ini tox.ini
5
include gittaggers.py Makefile cwltool.py
6
+recursive-include typeshed *.pyi
7
include tests/*
8
include tests/tmp1/tmp2/tmp3/.gitkeep
9
include tests/tmp4/alpha/*
0 commit comments