File: setup.cfg

package info (click to toggle)
defcon 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: python: 12,306; makefile: 66
file content (28 lines) | stat: -rw-r--r-- 425 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]
dist = build_sphinx sdist bdist_wheel
test = pytest

[metadata]
license_file = License.txt

[build_sphinx]
source-dir = documentation/source
build-dir = documentation/build
all_files = 1

[tool:pytest]
minversion = 2.8
testpaths = defcon
python_files = 
	test_*.py
python_classes = 
	*Test
addopts = 
	-v
	-r a
	--doctest-modules
	--doctest-ignore-import-errors
	--pyargs

[options]
setup_requires = setuptools_scm