forked from aiidateam/aiida-test-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (50 loc) · 1.23 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
[metadata]
name = aiida-testing
author = Dominik Gresch, Leopold Talirz, Jens Bröder, Philipp Rüßmann, and the AiiDA team
author_email =
version = attr: aiida_testing.__version__
url = https://aiida-testing.readthedocs.io/
description = Helpers for testing AiiDA plugins using pytest
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
AiiDA
testing
pytest
mock
cache
license = MIT
classifiers =
Development Status :: 3 - Alpha
Environment :: Plugins
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Physics
Framework :: AiiDA
Framework :: Pytest
[options]
python_requires = >=3.6
include_package_data = true
install_requires =
aiida-core>=1.0.0,<2.0.0
pytest>=3.6
voluptuous~=0.12
packages = find:
[options.extras_require]
docs =
sphinx
sphinx-rtd-theme
testing =
pgtest~=1.3.1
aiida-diff
pytest-datadir
pre_commit =
pre-commit
pylint~=2.12.2
mypy==0.930
[options.entry_points]
console_scripts =
aiida-mock-code = aiida_testing.mock_code._cli:run