Skip to content

Commit 562b56a

Browse files
committed
Changes install instructions, as previous one was causing issues.
1 parent 99b8fe3 commit 562b56a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: MANIFEST.in

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
include tinytroupe\config.ini
2-
recursive-include tinytroupe *.py
3-
recursive-include tinytroupe *.md *.mustache
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 *

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
66
packages = ["tinytroupe"]
7+
include-package-data = true
78

89
[project]
910
name = "tinytroupe"

0 commit comments

Comments
 (0)