added prefix option

This commit is contained in:
2023-10-20 14:55:31 +08:00
parent 40bd2111bf
commit ef8da4e6cc
5 changed files with 26 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ dependencies = [
]
[tool.setuptools.package-data]
md2html = ['static/*.html', 'static/*.css', 'static/*.js']
md2html = ['static/*']
[project.urls]
"Homepage" = "https://github.com/woggioni/md2html"