Skip to content

Commit e588a7b

Browse files
committed
added including other data besides pythoon
1 parent 3e80799 commit e588a7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

{{cookiecutter.git_repo_name}}/pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ include = [
5050
"{{cookiecutter.__app_name}}*",
5151
]
5252

53+
# Add or remove file extensions to include the data
54+
[tool.setuptools.package-data]
55+
"*" = ["*.txt", "*.rst"]
56+
5357
[tool.setuptools]
5458
zip-safe = false
5559

0 commit comments

Comments
 (0)