-
Notifications
You must be signed in to change notification settings - Fork 25
/
setup.cfg
61 lines (53 loc) · 1.42 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 = smartredis
version = 0.6.1
description = RedisAI clients for SmartSim
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/CrayLabs/SmartRedis
project_urls =
Source = https://github.com/CrayLabs/SmartRedis
Documentation = https://www.craylabs.org
author = CrayLabs, a Hewlett Packard Enterprise OSS Organization
author_email = [email protected]
contact = CrayLabs, a Hewlett Packard Enterprise OSS Organization
contact_email = [email protected]
license = BSD 2-Clause License
keywords = redis, clients, hpc, ai, deep learning
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: BSD License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
package_dir=
=src/python/module
packages=find:
setup_requires =
setuptools>=42
include_package_data = True
install_requires =
numpy>=1.18.2,<2
python_requires = >=3.9,<3.12
[options.extras_require]
dev =
pytest>=6.0.0
pytest-cov==2.10.1
black==23.3.0
isort==5.6.4
pylint>=2.10.0,<3.2.0
mypy>=1.4.0
typing_extensions
jinja2==3.0.3
doc=
sphinx==3.1.1
sphinx-fortran==1.1.1
sphinx_rtd_theme>=0.5.0
sphinx-book-theme==0.2.0
breathe==4.26.0
xarray=
xarray>=0.14.1
[options.packages.find]
where=src/python/module