Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: S.J. Guillot <[email protected]>
  • Loading branch information
sjg2203 committed May 17, 2024
1 parent 775832a commit a13d2c6
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@
name = "sluarch"
version = "2024.05.16"
description = "SlµArch (Sleep MicroArchitecture): open-source Python package to analyse sleep microarchitecture."
authors = ["Simon J. Guillot"]
authors = [{ name = "Simon J. Guillot", email = "[email protected]" }]
maintainers = [{ name = "Simon J. Guillot", email = "[email protected]" }]
Home-page = ["https://github.com/sjg2203/SluArch"]
license = "Apache License 2.0"
requires-python = ">=3.10"
classifiers = ["Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",]
dependencies = ["mne>=1.6.0",
"outdated",
"numpy>=1.25.0",
"pandas>=2.2.0",
"scipy>=1.12.0",]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit a13d2c6

Please sign in to comment.