Add python template.

This commit is contained in:
ulic-youthlic 2025-05-25 23:28:27 +08:00
parent cae1182840
commit fa180a7636
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
11 changed files with 621 additions and 0 deletions

View 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"]