mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
👷 Add build system configuration with hatchling
This commit is contained in:
@@ -23,6 +23,16 @@ dev = [
|
||||
"ruff>=0.9.9",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatchling]
|
||||
name = "pycord-rest-bot"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/pycord_rest"]
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.12"
|
||||
reportAny = false
|
||||
@@ -74,4 +84,7 @@ extend-ignore = [
|
||||
"PLR2004",
|
||||
"PLR0913",
|
||||
"C901"
|
||||
]
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["test"]
|
||||
|
||||
Reference in New Issue
Block a user