2
0
forked from awendt/pyrelacs

updating readme and adding project structure

This commit is contained in:
wendtalexander
2024-09-16 14:22:26 +02:00
parent ac9795b612
commit c81c74f004
2 changed files with 24 additions and 1 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "pyrelacs"
version = "0.1.0"
description = "Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python"
authors = ["wendtalexander <wendtalexander@protonmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"