Skip to content

Commit

Permalink
Fixed license
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Dec 14, 2023
1 parent 4482a7f commit 6825744
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
description = "A Python Socket.IO server that allows any Socket.IO-compliant application to communicate with manipulators used in electrophysiology experiments."
readme = "README.md"
requires-python = ">=3.8, <3.13"
license = "GPLv3"
license = "GPL-3.0-only"
keywords = ["socket-io", "manipulator", "electrophysiology", "ephys", "sensapex", "neuroscience", "neurotech", "virtualbrainlab", "new-scale"]
authors = [{ name = "Kenneth Yang", email = "[email protected]" }]
maintainers = [{ name = "Kenneth Yang", email = "[email protected]" }]
Expand Down Expand Up @@ -51,6 +51,9 @@ el = "ephys_link.__main__:main"
[tool.hatch.version]
path = "src/ephys_link/__about__.py"

[tool.hatch.build.targets.sdist]
exclude = ["/.github", "/.idea"]

[tool.hatch.envs.default]
dependencies = [
"coverage[toml]>=6.5",
Expand Down

0 comments on commit 6825744

Please sign in to comment.