templates/python: init
This commit is contained in:
parent
adc5376072
commit
e6e80da7e3
7 changed files with 157 additions and 0 deletions
21
templates/python/pyproject.toml
Normal file
21
templates/python/pyproject.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue