@@ -4,30 +4,41 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " cwl-utils"
7
- authors = [{
name =
" Common workflow language working group " ,
email =
" [email protected] " }]
7
+ authors = [{
name =
" Common Workflow Language project contributors " ,
email =
" [email protected] " }]
8
8
license = {text = " Apache 2.0" }
9
+ keywords = [" cwl" , " commonwl" , " common-workflow-language" , " sciworkflows" ]
10
+ readme = " README.rst"
9
11
classifiers = [
12
+ " Development Status :: 4 - Beta" ,
10
13
" Environment :: Console" ,
11
- " Intended Audience :: Science/Research " ,
14
+ " Intended Audience :: Developers " ,
12
15
" License :: OSI Approved :: Apache Software License" ,
13
16
" Operating System :: POSIX" ,
14
17
" Operating System :: MacOS :: MacOS X" ,
18
+ " Programming Language :: Python" ,
19
+ " Programming Language :: Python :: 3" ,
15
20
" Programming Language :: Python :: 3.8" ,
16
21
" Programming Language :: Python :: 3.9" ,
17
22
" Programming Language :: Python :: 3.10" ,
18
23
" Programming Language :: Python :: 3.11" ,
19
24
" Programming Language :: Python :: 3.12" ,
25
+ " Topic :: File Formats" ,
26
+ " Topic :: Scientific/Engineering" ,
27
+ " Topic :: Scientific/Engineering :: Information Analysis" ,
28
+ " Topic :: Software Development :: Libraries" ,
29
+ " Topic :: System :: Distributed Computing" ,
20
30
" Typing :: Typed" ,
21
31
]
22
32
requires-python = " >=3.8"
23
33
dynamic = [" version" , " dependencies" ]
24
34
25
- [project .readme ]
26
- file = " README.rst"
27
- content-type = " text/x-rst"
28
-
29
35
[project .urls ]
30
- Homepage = " https://github.com/common-workflow-language/cwl-utils"
36
+ Documentation = " https://cwl-utils.readthedocs.io/"
37
+ Homepage = " https://www.commonwl.org"
38
+ Repository = " https://github.com/common-workflow-language/cwl-utils"
39
+ Issues = " https://github.com/common-workflow-language/cwl-utils/issues"
40
+ Changelog = " https://github.com/common-workflow-language/cwl-utils/releases"
41
+ "Related Tools" = " https://www.commonwl.org/tools/"
31
42
32
43
[project .optional-dependencies ]
33
44
pretty = [" cwlformat" ]
0 commit comments