File: setup.cfg

package info (click to toggle)
pyopenssl 16.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,116 kB
  • ctags: 1,575
  • sloc: python: 7,405; makefile: 146
file content (23 lines) | stat: -rw-r--r-- 355 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
[tool:pytest]
minversion = 3.0.1
strict = true
testpaths = tests

[sdist]
force_manifest = 1

[bdist_wheel]
universal = 1

[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

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0