Skip to content

Commit b5fea8c

Browse files
committed
Add MANIFEST.in
1 parent c18cef6 commit b5fea8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MANIFEST.in

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Include the README
2+
include *.md
3+
4+
# Include the license file
5+
include LICENSE
6+
7+
# Include requirements
8+
include requirements.txt

0 commit comments

Comments
 (0)