2
0
forked from awendt/pyrelacs

[project] add some more information

This commit is contained in:
Jan Grewe 2024-09-27 09:12:15 +02:00
parent 8d616847f5
commit 938d70fbac

View File

@ -3,7 +3,20 @@ name = "pyrelacs"
version = "0.1.0"
description = "Relaxed ELectrophysiology Acquisition, Control, and Stimulation in python"
authors = ["wendtalexander <wendtalexander@protonmail.com>"]
repository = "https://whale.am28.uni-tuebingen.de/git/awendt/pyrelacs"
readme = "README.md"
license = "MIT"
organization = "de.uni-tuebingen.neuroetho"
classifiers = [
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
"Intended Audience :: End Users/Desktop",
]
copyright = "(c) 2020, Neuroethology lab, Uni Tuebingen"
include = [
{ path = "pyproject.toml" }
]
[tool.poetry.dependencies]
python = "^3.12"
@ -13,6 +26,7 @@ matplotlib = "^3.9.2"
numpy = "^2.1.1"
pyqt6 = "^6.7.1"
tomli = "^2.0.1"
tomlkit = "^0.13.2"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"