@@ -4,29 +4,30 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " cwl-upgrader"
7
- authors = [{
name =
" Common Workflow Language contributors" ,
email =
" [email protected] " }]
7
+ authors = [{
name =
" Common Workflow Language project contributors" ,
email =
" [email protected] " }]
8
8
license = {text = " Apache 2.0" }
9
- description = " Common Workflow Language standalone document upgrader"
9
+ keywords = [" cwl" , " commonwl" , " common-workflow-language" ]
10
+ description = " Upgrade a CWL tool or workflow document from one version to another"
10
11
readme = " README.rst"
11
12
classifiers = [
12
13
" Development Status :: 5 - Production/Stable" ,
13
14
" Environment :: Console" ,
14
15
" Intended Audience :: Developers" ,
15
- " Intended Audience :: Healthcare Industry" ,
16
- " Intended Audience :: Science/Research" ,
17
16
" License :: OSI Approved :: Apache Software License" ,
18
- " Operating System :: OS Independent" ,
17
+ " Operating System :: POSIX" ,
18
+ " Operating System :: MacOS :: MacOS X" ,
19
19
" Programming Language :: Python" ,
20
20
" Programming Language :: Python :: 3" ,
21
21
" Programming Language :: Python :: 3.8" ,
22
22
" Programming Language :: Python :: 3.9" ,
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
- " Topic :: Scientific/Engineering" ,
27
- " Topic :: Scientific/Engineering :: Bio-Informatics" ,
26
+ " Topic :: File Formats" ,
27
+ " Topic :: Software Development :: Libraries" ,
28
+ " Typing :: Typed" ,
28
29
]
29
- requires-python = " >=3.8, <4 "
30
+ requires-python = " >=3.8"
30
31
dependencies = [
31
32
" setuptools" ,
32
33
" ruamel.yaml >= 0.16.0, < 0.19" ,
@@ -35,14 +36,17 @@ dependencies = [
35
36
dynamic = [" version" ]
36
37
37
38
[project .urls ]
38
- Homepage = " https://github.com/common-workflow-language/cwl-upgrader"
39
- Download = " https://github.com/common-workflow-language/cwl-upgrader"
39
+ Homepage = " https://www.commonwl.org"
40
+ Repository = " https://github.com/common-workflow-language/cwl-upgrader"
41
+ Issues = " https://github.com/common-workflow-language/cwl-upgrader/issues"
42
+ Changelog = " https://github.com/common-workflow-language/cwl-upgrader/releases"
43
+ "Related Tools" = " https://www.commonwl.org/tools/"
40
44
41
45
[project .scripts ]
42
46
cwl-upgrader = " cwlupgrader.main:main"
43
47
44
48
[project .optional-dependencies ]
45
- testing = [" pytest < 7.5.0 " ]
49
+ testing = [" pytest < 8 " ]
46
50
47
51
[tool .aliases ]
48
52
test = " pytest"
0 commit comments