-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
60 lines (53 loc) · 1.48 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
[metadata]
author = Danilo Horta
author_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
description = Brent''s method for univariate function optimization
download_url = https://github.com/limix/brent-search
keywords = brent search, function optimization
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Danilo Horta
platforms = OS Independent, Windows, MacOS, Linux
maintainer_email = [email protected]
name = brent-search
url = https://github.com/limix/brent-search
version = attr: version.get
[options]
zip_safe = True
include_package_data = True
packages = find:
install_requires =
numpy>=1.14.5
pytest>=6.0.0
[aliases]
test = pytest
[tool:pytest]
addopts =
-x
--doctest-modules
--doctest-glob='*.rst'
--ignore="setup.py"
--ignore="doc/conf.py"
norecursedirs = .eggs .git *.egg-info build .ropeproject
[tool:isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=88
[flake8]
ignore = E501,E741,E203,W503,W0212,W0622,R0915,E743
[pycodestyle]
ignore = E226,E302,E41,W292
max-line-length = 88
[rstcheck]
ignore_substitutions = today, version
ignore_directives = plot, autofunction, command-output, autmodule, automodule, autoclass, doctest
ignore_messages = Error in "math" directive