1[tool:pytest] 2minversion = 3.0.1 3strict = true 4testpaths = tests 5 6[bdist_wheel] 7# We are a pure-Python project so a single wheel is enough. 8universal = 1 9 10[metadata] 11# Ensure LICENSE is included in wheels. 12license_file = LICENSE 13 14# bdist_rpm settings contributed by Mihai Ibanescu <misa@redhat.com> 15# This is currently *not* actively tested. 16[bdist_rpm] 17release = 1 18build-requires = openssl-devel python-devel python-sphinx 19group = Development/Libraries 20build_script = rpm/build_script 21doc-files = doc/_build/html 22