refactor into src-layout package.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user