forked from common-workflow-language/user_guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (58 loc) · 1.52 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name=cwl-user-guide
version=attr: cwl.doc.__version__
url=https://www.commonwl.org/user_guide/
description=CWL User Guide
long_description=file: README.md
long_description_content_type=text/markdown
project_urls=
Documentation=https://www.commonwl.org/user_guide/
Source=https://github.com/common-workflow-language/user_guide
Tracker=https://github.com/common-workflow-language/user_guide/issues
license=GPL
platforms=any
classifiers=
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find_namespace:
include_package_data = True
python_requires = >=3.6
install_requires =
cwltool
cwlref-runner
cwl-utils==0.*
myst-parser==0.*
pydata-sphinx-theme==0.*
sphinx==5.*
sphinx-reredirects==0.1.*
sphinxcontrib-runcmd==0.2.*
sphinx-favicon
python-Levenshtein
sphinx-intl
[options.packages.find]
include = cwl*
[options.extras_require]
test =
cwltest==2.*
cwltool==3.1.*
watch =
sphinx-autobuild==2021.3.*
rtd =
udocker
all =
%(test)s
%(watch)s
%(rtd)s