refactor into src-layout package.

This commit is contained in:
Nathan TeBlunthuis
2025-07-07 20:13:17 -07:00
parent 56c90fe1cc
commit c597a6b7f4
9 changed files with 59 additions and 18 deletions

View File

@@ -17,7 +17,18 @@ dependencies = [
"yamlconf>=0.2.6",
]
[project.scripts]
wikiq = "wikiq:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/wikiq"]
[tool.uv.sources]
yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
mwxml = { git = "https://github.com/groceryheist/python-mwxml" }
deltas = { git = "https://github.com/groceryheist/deltas" }