Skip to content

Commit 6a31e6e

Browse files
committed
Make sure to include requirements.txt
1 parent 7935c6f commit 6a31e6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MANIFEST.in

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include *.py
2+
include requirements.txt
3+
4+
prune .git
5+
prune venv
6+
prune test*
7+
prune examples/sample?/build

0 commit comments

Comments
 (0)