Skip to content

Commit 80c8ee1

Browse files
committed
include more in sdist
1 parent 06baf76 commit 80c8ee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
include README.rst
1+
include README.rst CODE_OF_CONDUCT.md CONTRIBUTING.md
22
include MANIFEST.in
33
include LICENSE.txt
4-
include *requirements.txt
4+
include *requirements.txt mypy.ini tox.ini
55
include gittaggers.py Makefile cwltool.py
6+
recursive-include typeshed *.pyi
67
include tests/*
78
include tests/tmp1/tmp2/tmp3/.gitkeep
89
include tests/tmp4/alpha/*

0 commit comments

Comments
 (0)