aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ca24a7162b94933159fc849aa3d2975a43f7fd61 (plain)
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
[nosetests]
# logging-clear-handlers = true
with-coverage = true
cover-package = urllib3
# cover-min-percentage = 100
cover-erase = true

[flake8]
exclude = ./docs/conf.py,./test/*,./urllib3/packages/*
max-line-length = 99

[wheel]
universal = 1

[metadata]
provides-extra = secure
requires-dist = 
	pyOpenSSL>=0.13; python_version<="2.7" and extra == 'secure'
	ndg-httpsclient; python_version<="2.7" and extra == 'secure'
	pyasn1; python_version<="2.7" and extra == 'secure'
	certifi; extra == 'secure'

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0