@@ -7,7 +7,7 @@ name = "storymap"
77version = " 0.1.0"
88description = " Generate user story maps from markdown"
99readme = " README.md"
10- license = { text = " MIT" }
10+ license = " MIT"
1111requires-python = " >=3.11"
1212authors = [
1313 { name = " MozaicWorks" , email = " alex.bolboaca@mozaicworks.com" }
@@ -17,7 +17,6 @@ classifiers = [
1717 " Development Status :: 3 - Alpha" ,
1818 " Environment :: Console" ,
1919 " Intended Audience :: Developers" ,
20- " License :: OSI Approved :: MIT License" ,
2120 " Programming Language :: Python :: 3" ,
2221 " Programming Language :: Python :: 3.11" ,
2322 " Programming Language :: Python :: 3.12" ,
@@ -27,6 +26,7 @@ classifiers = [
2726dependencies = [
2827 " markdown-it-py>=3.0" ,
2928 " jinja2>=3.0" ,
29+ " markupsafe>=2.0" ,
3030 " click>=8.0" ,
3131]
3232
@@ -38,5 +38,8 @@ Issues = "https://github.com/mozaicworks/storymap/issues"
3838[project .scripts ]
3939storymap = " storymap.cli:main"
4040
41+ [tool .setuptools .packages .find ]
42+ exclude = [" out*" , " tests*" ]
43+
4144[tool .pytest .ini_options ]
4245testpaths = [" tests" ]
0 commit comments