You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
514 B
22 lines
514 B
[tool:pytest]
|
|
minversion = 3.0.1
|
|
strict = true
|
|
testpaths = tests
|
|
|
|
[bdist_wheel]
|
|
# We are a pure-Python project so a single wheel is enough.
|
|
universal = 1
|
|
|
|
[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
|