1
0

Change to pyflow

This commit is contained in:
Jip J. Dekker 2021-07-12 20:08:20 +10:00
parent b5ed4bc90e
commit 9e7a53acdd
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
2 changed files with 29 additions and 0 deletions

12
.gitignore vendored
View File

@ -1,3 +1,15 @@
# General Python ignores
build/
dist/
__pycache__/
__pypackages__/
.ipynb_checkpoints/
*.pyc
*~
*/.mypy_cache/
# Project ignores
bin/
software/build/
software/install/

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[tool.pyflow]
name = ""
py_version = "3.9"
version = "0.1.0"
[tool.pyflow.scripts]
[tool.pyflow.dependencies]
cffi = ">=0.0.0"
numpy = ">=0.0.0"
seaborn = ">=0.0.0"
matplotlib = ">=0.0.0"
minizinc = "^0.4.2"
[tool.pyflow.dev-dependencies]