-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: S.J. Guillot <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|