First Commit of PICT_numtool NG
This commit is contained in:
15
pyproject.toml
Executable file
15
pyproject.toml
Executable 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"
|
||||
Reference in New Issue
Block a user