forked from xmlsec/python-xmlsec
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
Latest commit
19 lines (15 loc) · 362 Bytes
/
Copy pathsetup.cfg
File metadata and controls
19 lines (15 loc) · 362 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[metadata]
description-file = README.rst
[bdist_rpm]
release = 1
build-requires = pkg-config xmlsec1-devel libxml2-devel xmlsec1-openssl-devel
group = Development/Libraries
requires = xmlsec1 xmlsec1-openssl
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_docs]
upload-dir = doc/build/html
[flake8]
max-line-length = 130