templates/python: init

This commit is contained in:
Infinidoge 2025-01-20 14:44:59 -05:00
parent adc5376072
commit e6e80da7e3
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
7 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[project]
name = "rename"
version = "0.0.1"
dependencies = [
"disnake",
"python-dotenv",
"aiosqlite"
]
[project.scripts]
rename = "rename:run"
[tool.setuptools.packages]
find = {}
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 120