initial commit
This commit is contained in:
commit
e9cf83145f
7 changed files with 74 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "qas-flow"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"numpy",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue