-
Notifications
You must be signed in to change notification settings - Fork 77
/
setup.cfg
40 lines (35 loc) · 883 Bytes
/
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
[metadata]
name = pymks
description-file = README.md
description = Materials Knowledge Systems in Python (PyMKS)
author = Daniel Wheeler
author_email = [email protected]
url = http://github.com/materialsinnovation/pymks
license_files = LICENSE.md
[options]
install_requires =
pytest
numpy
dask
Deprecated
matplotlib
scikit-learn
pytest-cov
nbval
toolz
pandas
[tool:pytest]
testpaths = pymks/fmks notebooks
addopts = --doctest-modules --ignore=setup.py --ignore=sandbox -r s --cov-config .coveragerc --cov=pymks/fmks --cov-report term-missing --nbval --sanitize-with notebooks/sanitize.cfg --no-cov-on-fail
[pymks]
use-fftw = false
[flake8]
ignore = E731, W503
max-line-length = 88
[versioneer]
VCS = git
style = pep440
versionfile_source = pymks/_version.py
versionfile_build = pymks/_version.py
tag_prefix = v
parentdir_prefix =