forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 659 Bytes
/
Copy pathsetup.cfg
File metadata and controls
36 lines (33 loc) · 659 Bytes
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
31
32
33
34
35
36
[wheel]
universal = 0
[metadata]
requires_dist =
docutils>=0.18.1,<=0.19
PyYAML>=3.10,<6.1
colorama>=0.2.5,<0.4.7
rsa>=3.1.2,<4.8
jmespath>=0.7.1,<2.0.0
python-dateutil>=2.1,<3.0.0
urllib3>=1.25.4,<1.27; python_version<"3.10"
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"
[check-manifest]
ignore =
.github
.github/*
.coveragerc
CHANGELOG.rst
CONTRIBUTING.md
CODE_OF_CONDUCT.md
.travis.yml
requirements*
tox.ini
.changes
.changes/*
tests
tests/*
scripts
scripts/*
doc
doc/*
[options.extras_require]
crt = awscrt==0.36.0