Skip to content

Commit 802255b

Browse files
authored
fix(build): include test/utils/*.py and test resources in sdist (#229)
This commit adds some missing files to the distributed package. Signed-off-by: Colin Watson <cjwatson@debian.org>
1 parent 2b453f1 commit 802255b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
include LICENSE
2+
recursive-include resources *.crt *.env *.env.example *.key *.txt
3+
recursive-include test/utils *.py

0 commit comments

Comments
 (0)