mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -05:00
feat(setup): update pyproject.toml to specify package data inclusion for simpleguardhome
This commit is contained in:
@@ -23,7 +23,8 @@ dependencies = [
|
|||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
package-dir = {"" = "src"}
|
package-dir = {"" = "src"}
|
||||||
packages = {find = {where = ["src"]}}
|
packages = ["simpleguardhome"]
|
||||||
|
include-package-data = true
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
simpleguardhome = ["templates/*", "favicon.ico"]
|
simpleguardhome = ["templates/*", "favicon.ico"]
|
||||||
Reference in New Issue
Block a user