initial commit

This commit is contained in:
Noa Aarts 2025-12-12 13:42:34 +01:00
commit e9cf83145f
Signed by: noa
GPG key ID: 1850932741EFF672
7 changed files with 74 additions and 0 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "qas-flow"
version = "0.0.1"
dependencies = [
"numpy",
]