📄 Add copyright and license information to example scripts

This commit is contained in:
2025-03-08 21:29:21 +01:00
parent 7dde4fd16f
commit 54e6bb27d8
4 changed files with 15 additions and 4 deletions

View File

@@ -49,16 +49,18 @@ source_archive = "https://github.com/Paillat-dev/pycord-rest/archive/{commit_has
name = "pycord-rest-bot"
[tool.hatch.build]
packages = ["src/pycord_rest"]
include = [
"src/pycord_rest/",
]
exclude = [
".copywrite.hcl",
".github",
".python-version",
"uv.lock",
]
include = [
"src/pycord_rest/",
]
[tool.hatch.build.targets.wheel]
packages = ["src/pycord_rest"]
[tool.pyright]
pythonVersion = "3.12"