Add python template.
This commit is contained in:
parent
cae1182840
commit
fa180a7636
11 changed files with 621 additions and 0 deletions
16
templates/python/pyproject.toml
Normal file
16
templates/python/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "python"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = ["numpy>=2.2.6"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ipython>=9.2.0", "ptpython>=3.0.30"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["app"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue