File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "scyjava"
77version = " 1.12.2.dev0"
88description = " Supercharged Java access from Python"
99license = " Unlicense"
10- authors = [{name = " SciJava developers" , email = " ctrueden@wisc.edu" }]
10+ authors = [{ name = " SciJava developers" , email = " ctrueden@wisc.edu" }]
1111readme = " README.md"
1212keywords = [" java" , " maven" , " cross-language" ]
1313classifiers = [
@@ -31,7 +31,12 @@ classifiers = [
3131]
3232
3333requires-python = " >=3.9"
34- dependencies = [" jpype1 >= 1.3.0" , " jgo" , " cjdk" , " stubgenj" ]
34+ dependencies = [
35+ " jpype1 >= 1.3.0" ,
36+ " jgo" ,
37+ " cjdk" ,
38+ " stubgenj" ,
39+ ]
3540
3641[dependency-groups ]
3742dev = [
@@ -57,7 +62,7 @@ download = "https://pypi.org/project/scyjava/"
5762tracker = " https://github.com/scijava/scyjava/issues"
5863
5964[tool .setuptools ]
60- package-dir = {"" = " src" }
65+ package-dir = { "" = " src" }
6166include-package-data = false
6267
6368[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments