Skip to content

Commit a647b09

Browse files
committed
Add classifiers
1 parent e4a63b9 commit a647b09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ line-length = 128
1212
goofi-pipe = "goofi.manager:main"
1313

1414
[project]
15+
classifiers = [
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Operating System :: OS Independent",
21+
"License :: OSI Approved :: MIT License",
22+
]
1523
description = "Real-time neuro-/biosignal processing and streaming pipeline."
1624
dynamic = ["dependencies"]
1725
keywords = ["signal-processing", "neurofeedback", "biofeedback", "real-time", "EEG", "ECG"]

0 commit comments

Comments
 (0)