File: setup.cfg

package info (click to toggle)
python-xmlsec 1.3.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: ansic: 4,118; python: 2,045; xml: 461; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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]
per-file-ignores = 
	*.pyi: E301, E302, E305, E501, E701, F401, F822
	doc/source/conf.py: D1
	doc/source/examples/*.py: D1, E501
	tests/*.py: D1
exclude = .venv*,.git,*_pb2.pyi,build,dist,libs,.eggs,.direnv*
max-line-length = 130

[egg_info]
tag_build = 
tag_date = 0