We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac04aa + 8b2f5a5 commit 239bf0dCopy full SHA for 239bf0d
setup.cfg
@@ -1,9 +1,9 @@
1
[metadata]
2
-description-file = README.rst
+description_file = README.rst
3
4
[bdist_rpm]
5
release = 1
6
-build-requires = pkg-config xmlsec1-devel libxml2-devel xmlsec1-openssl-devel
+build_requires = pkg-config xmlsec1-devel libxml2-devel xmlsec1-openssl-devel
7
group = Development/Libraries
8
requires = xmlsec1 xmlsec1-openssl
9
@@ -13,7 +13,7 @@ build-dir = doc/build
13
all_files = 1
14
15
[upload_docs]
16
-upload-dir = doc/build/html
+upload_dir = doc/build/html
17
18
[flake8]
19
max-line-length = 130
0 commit comments