File: setup.cfg

package info (click to toggle)
python-urllib3 1.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,792 kB
  • sloc: python: 12,739; makefile: 181
file content (24 lines) | stat: -rw-r--r-- 550 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
[flake8]
exclude = ./docs/conf.py,./urllib3/packages/*
max-line-length = 99

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE.txt
provides-extra = 
	secure
	socks
requires-dist = 
	pyOpenSSL>=0.14; python_version=="2.7" and extra == 'secure'
	cryptography>=1.3.4; python_version=="2.7" and extra == 'secure'
	idna>=2.0.0; python_version=="2.7" and extra == 'secure'
	certifi; extra == 'secure'
	ipaddress; python_version=="2.7" and extra == 'secure'
	PySocks>=1.5.6,<2.0,!=1.5.7; extra == 'socks'

[egg_info]
tag_build = 
tag_date = 0