2
0
forked from awendt/pyrelacs

[project] updating project structure

This commit is contained in:
wendtalexander
2024-09-27 14:21:13 +02:00
parent 8ef8ac7506
commit 5c3c2c407a
4 changed files with 133 additions and 79 deletions

View File

@@ -1,3 +1,7 @@
[project]
organization = "de.uni-tuebingen.neuroetho"
copyright = "(c) 2020, Neuroethology lab, Uni Tuebingen"
[tool.poetry]
name = "pyrelacs"
version = "0.1.0"
@@ -6,14 +10,11 @@ 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" }
]
@@ -23,15 +24,16 @@ python = "^3.12"
uldaq = "^1.2.3"
typer = "^0.12.5"
matplotlib = "^3.9.2"
numpy = "^2.1.1"
numpy = "^1.9"
pyqt6 = "^6.7.1"
tomli = "^2.0.1"
tomlkit = "^0.13.2"
scipy = "^1.14.1"
nixio = "^1.5.3"
pyqtgraph = "^0.13.7"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"