feat(docker): enhance package installation verification and streamline entrypoint script

This commit is contained in:
pacnpal
2025-01-28 21:29:23 +00:00
parent 01c0098a73
commit dfbe143d7d
3 changed files with 12 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ from setuptools import setup, find_packages
setup(
name="simpleguardhome",
version="0.1.0",
packages=find_packages(),
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
package_data={
"simpleguardhome": ["templates/*"]