We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdec44 commit e35d2d2Copy full SHA for e35d2d2
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "storymap"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "Generate user story maps from markdown"
9
readme = "README.md"
10
license = "MIT"
@@ -41,5 +41,8 @@ storymap = "storymap.cli:main"
41
[tool.setuptools.packages.find]
42
exclude = ["out*", "tests*"]
43
44
+[tool.setuptools.package-data]
45
+storymap = ["templates/*.j2"]
46
+
47
[tool.pytest.ini_options]
48
testpaths = ["tests"]
0 commit comments