Skip to content

Commit cec7af2

Browse files
authored
Update license metadata (#233)
1 parent 89b2917 commit cec7af2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name = "viscy"
77
description = "computer vision for image-based phenotyping of single cells"
88
readme = "README.md"
99
requires-python = ">=3.10"
10-
license = { file = "LICENSE" }
10+
license = "BSD-3-Clause"
11+
license-files = ["LICENSE"]
1112
authors = [{ name = "CZ Biohub SF", email = "[email protected]" }]
1213
classifiers = [
1314
"Programming Language :: Python :: 3.10",
1415
"Programming Language :: Python :: 3.11",
1516
"Programming Language :: Python :: 3.12",
16-
"License :: OSI Approved :: BSD License",
1717
]
1818
dependencies = [
1919
"iohub==0.1.0",
@@ -27,7 +27,7 @@ dependencies = [
2727
"matplotlib>=3.9.0",
2828
"numpy",
2929
"xarray",
30-
"pytorch-metric-learning>2.0.0"
30+
"pytorch-metric-learning>2.0.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)