First Commit of PICT_numtool NG

This commit is contained in:
Tiziano Trabattoni
2025-01-08 22:16:11 +01:00
commit 1079814dd3
16 changed files with 6878 additions and 0 deletions

15
pyproject.toml Executable file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "pict-poetry-devel"
version = "0.1.0"
description = ""
authors = ["tiziano"]
readme = "README.md"
packages = [{include = "pict_poetry_devel"}]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"