initial implementation
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["hatchling >= 1.26"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "rproxy"
|
||||
dynamic = ["version"]
|
||||
|
||||
dependencies = [
|
||||
"pyyaml",
|
||||
"pydantic",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
rproxy = "rproxy.__main__:start_reverse_proxy"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "rproxy/__about__.py"
|
||||
|
||||
# [tool.hatch.build.targets.wheel]
|
||||
# only-include = ["rproxy"]
|
||||
Reference in New Issue
Block a user