More install fixes
This commit is contained in:
@@ -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*"]
|
||||
|
||||
@@ -121,3 +121,4 @@ Log dir : $LOG_DIR
|
||||
Config : $CONFIG_FILE
|
||||
Venv : $VENV_DIR
|
||||
Binary : $MIRAGE_BIN
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user