-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
73 lines (70 loc) · 1.61 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
67
68
69
70
71
72
73
[metadata]
name = pycyapi
version = file: version.txt
description = Python client for the CyVerse Science APIs
long_description = file: README.md
long_description_content_type = text/markdown
author = Computational Plant Science Lab
author_email = [email protected]
maintainer = Wes Bonelli
maintainer_email = [email protected]
license = BSD-3-Clause
license_files = LICENSE.md
keywords = hpc, slurm, singularity
url = https://github.com/Computational-Plant-Science/pycyapi
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
[options]
python_requires = >= 3.8
install_requires =
click
httpx
filelock
paramiko
pyaml
python-irodsclient
requests
tenacity
tqdm
setup_requires =
setuptools
wheel
include_package_data = True
[options.extras_require]
lint =
black
flake8
isort
pylint
test =
%(lint)s
coverage
coveralls
flaky
jupyter
jupytext
pytest
pytest-asyncio
pytest-cov
pytest-dotenv
pytest-xdist
docs =
sphinx
furo
myst-parser
[options.entry_points]
console_scripts =
pycyapi = pycyapi.cli:cli