Initial commit

This commit is contained in:
2024-11-10 16:11:46 +01:00
commit a7f08162c1
4 changed files with 252 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "newplot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy>=2.1.3",
"svg-py>=1.5.0",
]