[inital]
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "oepyhs2nix"
|
||||
version = "0.1.0"
|
||||
description = "Converting ophen-ephys data to nix format"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"matplotlib>=3.10.6",
|
||||
"neo>=0.14.2",
|
||||
"nixio>=1.5.4",
|
||||
"rich>=14.1.0",
|
||||
"scipy>=1.16.2",
|
||||
"typer>=0.19.2",
|
||||
]
|
||||
[project.scripts]
|
||||
oephys2nix = "oephys2nix.main:app"
|
||||
Reference in New Issue
Block a user