Merge pull request #503 from dvzrv/dvzrv/theme_files

Add data files for themes and plugins using setuptools package-data
This commit is contained in:
Simon Conseil
2023-11-08 22:28:32 +01:00
committed by GitHub

View File

@@ -55,6 +55,12 @@ license-files = ["LICENSE"]
where = ["src"]
namespaces = true
[tool.setuptools.package-data]
sigal = [
"plugins/encrypt/static/*",
"themes/**",
]
[tool.setuptools_scm]
write_to = "src/sigal/version.py"