Skip to content

Commit e35d2d2

Browse files
committed
Include default template in published package
1 parent 9bdec44 commit e35d2d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "storymap"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Generate user story maps from markdown"
99
readme = "README.md"
1010
license = "MIT"
@@ -41,5 +41,8 @@ storymap = "storymap.cli:main"
4141
[tool.setuptools.packages.find]
4242
exclude = ["out*", "tests*"]
4343

44+
[tool.setuptools.package-data]
45+
storymap = ["templates/*.j2"]
46+
4447
[tool.pytest.ini_options]
4548
testpaths = ["tests"]

0 commit comments

Comments
 (0)