File: setup.cfg

package info (click to toggle)
joblib 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,028 kB
  • sloc: python: 12,998; sh: 231; makefile: 42
file content (28 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
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
[aliases]
release = egg_info -RDb ''
# Make sure the docs are uploaded when we do an upload
upload = upload upload_docs --upload-dir doc/_build/html

[bdist_rpm]
doc-files = doc

[wheel]
universal=1

[tool:pytest]
addopts =
    --doctest-glob="doc/*.rst"
    --doctest-modules
    -p no:warnings
    --ignore joblib/externals
testpaths = joblib

[flake8]
# For PEP8 error codes see
# https://pep8.readthedocs.org/en/latest/intro.html#error-codes
# E402: module level import not at top of file
ignore=E402
exclude=joblib/externals/*

[metadata]
license_file = LICENSE.txt