Restructure to mediahive.hivescan.

This commit is contained in:
2026-02-09 03:29:03 +00:00
parent e897dfcf9c
commit f65c4ff3de
17 changed files with 131 additions and 125 deletions
+1 -2
View File
@@ -18,14 +18,13 @@ dependencies = [
[project.scripts]
mediahive = "mediahive.__main__:main"
hivescan = "hivescan.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build]
packages = ["mediahive", "hivescan"]
packages = ["mediahive"]
artifacts = ["mediahive/frontend-build"]
only-packages = true