More install fixes

This commit is contained in:
2025-12-02 05:37:28 -05:00
parent 83da07df93
commit f4e595d90a
2 changed files with 8 additions and 2 deletions

View File

@@ -9,11 +9,16 @@ description = "Mirror management that's too good to be true."
authors = [{ name = "Aaron Gorodetzky", email = "aaron@nytegear.com" }]
requires-python = ">=3.10"
dependencies = [
"typer[all]>=0.12.0",
"typer>=0.12.0",
]
[project.scripts]
mirage = "mirage.cli:app"
[tool.setuptools]
packages = ["mirage"]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["mirage*"]
exclude = ["systemd*", "scripts*"]

View File

@@ -121,3 +121,4 @@ Log dir : $LOG_DIR
Config : $CONFIG_FILE
Venv : $VENV_DIR
Binary : $MIRAGE_BIN
EOF