File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ authors = [
14
14
requires-python = " >=3.10"
15
15
classifiers = [
16
16
" Programming Language :: Python" ,
17
+ " Programming Language :: Python :: 3.10" ,
18
+ " Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
17
20
" Intended Audience :: Science/Research" ,
18
21
" License :: OSI Approved :: BSD License" ,
19
22
" Natural Language :: English" ,
@@ -62,8 +65,8 @@ all = [
62
65
janus = " janus_core.cli.janus:app"
63
66
64
67
[project .urls ]
65
- repository = " https://github.com/stfc/janus-core/"
66
- documentation = " https://stfc.github.io/janus-core/"
68
+ Repository = " https://github.com/stfc/janus-core/"
69
+ Documentation = " https://stfc.github.io/janus-core/"
67
70
68
71
[dependency-groups ]
69
72
dev = [
You can’t perform that action at this time.
0 commit comments