summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 40a93c1db3162dabce2e0a5fae1f63e142f839a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool:pytest]
minversion = 3.0.1
strict = true
testpaths = tests

[metadata]
# Ensure LICENSE is included in wheels.
license_file = LICENSE

# bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com>
# This is currently *not* actively tested.
[bdist_rpm]
release = 1
build_requires = openssl-devel python-devel python-sphinx
group = Development/Libraries
build_script = rpm/build_script
doc_files = doc/_build/html