File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ name = "viscy"
7
7
description = " computer vision for image-based phenotyping of single cells"
8
8
readme = " README.md"
9
9
requires-python = " >=3.10"
10
- license = { file = " LICENSE" }
10
+ license = " BSD-3-Clause"
11
+ license-files = [" LICENSE" ]
11
12
authors = [{
name =
" CZ Biohub SF" ,
email =
" [email protected] " }]
12
13
classifiers = [
13
14
" Programming Language :: Python :: 3.10" ,
14
15
" Programming Language :: Python :: 3.11" ,
15
16
" Programming Language :: Python :: 3.12" ,
16
- " License :: OSI Approved :: BSD License" ,
17
17
]
18
18
dependencies = [
19
19
" iohub==0.1.0" ,
@@ -27,7 +27,7 @@ dependencies = [
27
27
" matplotlib>=3.9.0" ,
28
28
" numpy" ,
29
29
" xarray" ,
30
- " pytorch-metric-learning>2.0.0"
30
+ " pytorch-metric-learning>2.0.0" ,
31
31
]
32
32
dynamic = [" version" ]
33
33
You can’t perform that action at this time.
0 commit comments