You've already forked RekomenciBackend
fix(): define hatchling package to build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Environment
|
||||
config.toml
|
||||
docker-compose.yml
|
||||
.idea
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
@@ -161,3 +161,6 @@ docstring-code-format = false
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/template_project"]
|
||||
|
||||
Reference in New Issue
Block a user