File: setup.cfg

package info (click to toggle)
python-cloudflare 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,056 kB
  • sloc: python: 6,932; makefile: 138; sh: 76
file content (18 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# setup.cfg for setup.py - not used presently
#
#[build]
#
#[install]
#
#[sdist]
#
#[upload]
#
[options.extras_require]
test =
    pytest

[tool:pytest]
testpaths =
    tests