This repository was archived by the owner on Aug 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
66 lines (60 loc) · 1.43 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
62
63
64
65
66
[metadata]
name = htcondor-dags
version = 0.3.0
author = Josh Karpel
author_email = [email protected]
description = High-level tools for writing HTCondor DAG files
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/htcondor/htcondor-dags
license = ASL 2.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: System :: Distributed Computing
[options]
packages =
htcondor.dags
python_requires = >=3.6
install_requires =
htcondor >= 8.8
importlib-metadata ~= 1.0; python_version < "3.8"
[options.extras_require]
tests =
pytest
pytest-xdist
pytest-mock
coverage
pytest-cov
codecov
docs =
sphinx
sphinx_rtd_theme
sphinx_autodoc_typehints
pygments-github-lexers
ipython
nbsphinx
nbstripout
sphinx-click
sphinx-issues
sphinx-autobuild
[build]
force = 1
[sdist]
[bdist_wheel]
universal = 1
[bdist_rpm]
release = 1
packager = Josh Karpel <[email protected]>
requires =
python3-condor
force-arch = x86_64