Skip to content

Commit

Permalink
added raymond
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronearlerichardson committed Apr 23, 2024
1 parent 791c3b8 commit 4115bbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ requires = ["setuptools", "wheel", "Cython", "numpy"]

[project]
name = "ieeg"
version = "0.2"
description = "A Python package for iEEG data processing."
authors = [
{name = "Aaron Earle-Richardson", email = "[email protected]"}
{name = "Aaron Earle-Richardson", email = "[email protected]"},
{name = "Raymond Xiong", email = "[email protected]"}
]
dynamic = ["dependencies"]
dynamic = ["dependencies", "version"]
readme = "README.md"
requires-python = ">=3.11"

[tool.setuptools.packages.find]
where = ["."]
include = ["ieeg", "ieeg*"]
include = ["ieeg*"]

[project.license]
file = "LICENSE"
Expand Down

0 comments on commit 4115bbd

Please sign in to comment.