Skip to content

Commit

Permalink
add classifiers and [all] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 18, 2025
1 parent 0c6ed22 commit f019ee4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,17 @@ authors = [
]
readme = "README.md"
keywords = ["specs", "phoibos", "arpes"]
license = {text = "MIT"}
license = { file = "LICENSE" }
requires-python = ">=3.8,<3.13"
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"h5py>=3.6.0",
"imutils>=0.5.4",
Expand Down Expand Up @@ -70,6 +79,9 @@ notebook = [
"jupyterlab>=4.0",
"jupyterlab-h5web>=7.0.0",
]
all = [
"specsanalyzer[dev,docs,notebook]",
]

[tool.coverage.report]
omit = [
Expand Down

0 comments on commit f019ee4

Please sign in to comment.