Skip to content

Commit b7434ce

Browse files
committed
Changes install specification, as previous one was causing issues.
1 parent 562b56a commit b7434ce

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

MANIFEST.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Include all .json, .ini, .mustache, and .md files in the base package folder
2-
recursive-include tinytroupe *.json *.ini *.mustache *.md
3-
4-
# Include everything under the prompts folder
5-
recursive-include tinytroupe/prompts *
1+
recursive-include tinytroupe *.ini
2+
recursive-include tinytroupe *.py
3+
recursive-include tinytroupe *.md *.mustache
4+
recursive-include tinytroupe *.json

0 commit comments

Comments
 (0)