Files
opensearch-pyd/setup.cfg
T

20 lines
252 B
INI
Raw Normal View History

2013-05-06 16:34:33 +02:00
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
2020-02-21 10:34:08 -06:00
[bdist_wheel]
universal = 1
2014-02-14 10:41:28 +01:00
[bdist_rpm]
requires = python python-urllib3
2020-03-09 11:40:46 -05:00
[flake8]
ignore = E203, E266, E501, W503
2020-05-19 12:53:24 -05:00
[tool:pytest]
junit_family=legacy
[tool:isort]
profile=black