We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced4332 commit 9043f7eCopy full SHA for 9043f7e
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "harp-python"
3
authors = [
4
{name = "Goncalo Lopes", email = "g.lopes@neurogears.org"}
5
]
6
-description = "A low-level interface to loading binary Harp protocol data"
+description = "A low-level interface for loading binary Harp protocol data"
7
readme = "README.md"
8
requires-python = ">=3.9.0"
9
dynamic = ["version"]
@@ -34,7 +34,8 @@ dev = [
34
"black"
35
36
jupyter = [
37
- "ipykernel"
+ "ipykernel",
38
+ "matplotlib"
39
40
41
[build-system]
0 commit comments