-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
57 lines (54 loc) · 1.41 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
# see documentation, e.g.
# - https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata
# - https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
# - https://www.python.org/dev/peps/pep-0314/
[metadata]
author = Christiaan Meijer
author_email = [email protected]
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
description = XAI method to explain distances in embedded spaces
keywords =
XAI
embedded spaces
long_description = file: README.md
long_description_content_type = text/markdown
name = distance_explainer
project_urls =
Bug Tracker = https://github.com/dianna-ai/distance_explainer/issues
url = https://github.com/dianna-ai/distance_explainer
version = 0.4.0
[options]
python_requires = >=3.9
install_requires =
dianna>=1.4
numpy
pytest
tqdm
scikit-learn
pyyaml
dataclass_wizard
[options.extras_require]
dev =
build
bump2version
coverage [toml]
ruff
pytest
pytest-cov
sphinx
sphinx_rtd_theme
sphinx-autoapi
tox
myst_parser
publishing =
twine
wheel