mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -05:00
feat(docker): update Dockerfile for improved package installation and add pyproject.toml
This commit is contained in:
@@ -5,6 +5,12 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "simpleguardhome"
|
||||
version = "0.1.0"
|
||||
description = "SimpleGuardHome - A lightweight AdGuardHome UI"
|
||||
authors = [
|
||||
{name = "SimpleGuardHome Team"}
|
||||
]
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE"}
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"fastapi",
|
||||
@@ -20,4 +26,7 @@ package-dir = {"" = "src"}
|
||||
packages = {find = {where = ["src"]}}
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
simpleguardhome = ["templates/*", "favicon.ico"]
|
||||
simpleguardhome = ["templates/*", "favicon.ico"]
|
||||
|
||||
[tool.setuptools.editable]
|
||||
mode = "compat"
|
||||
Reference in New Issue
Block a user