Skip to content

Commit 9ec1efe

Browse files
committed
STYLE: update pyproject.toml
1 parent e815c99 commit 9ec1efe

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "antspymm"
7-
version = "1.4.8"
7+
version = "1.4.9"
88
description = "multi-channel/time-series medical image processing with antspyx"
99
readme = "README.md"
10-
requires-python = ">=3.8"
11-
license = { text = "Apache 2.0" }
10+
requires-python = ">=3.10"
11+
license = { text = "Apache-2.0" }
1212
authors = [
1313
{ name = "Avants, Gosselin, Tustison, Reardon", email = "stnava@gmail.com" }
1414
]
15-
15+
classifiers = [
16+
"License :: OSI Approved :: Apache Software License",
17+
"Programming Language :: Python :: 3",
18+
"Operating System :: OS Independent"
19+
]
1620
dependencies = [
1721
"h5py>=2.10.0",
1822
"numpy>=1.19.4",
@@ -30,3 +34,6 @@ dependencies = [
3034

3135
[tool.setuptools.packages]
3236
find = { include = ["antspymm"] }
37+
38+
[tool.setuptools]
39+
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)