forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 804 Bytes
/
setup.cfg
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
37
[wheel]
universal = 1
[metadata]
requires-dist =
botocore==1.13.41
colorama>=0.2.5,<=0.3.9; python_version=="2.6" or python_version=="3.3"
colorama>=0.2.5,<0.4.2; python_version!="2.6" and python_version!="3.3"
docutils>=0.10,<0.16
rsa>=3.1.2,<=3.5.0
PyYAML>=3.10,<=3.13; python_version=="2.6" or python_version=="3.3"
PyYAML>=3.10,<5.2;python_version!="2.6" and python_version!="3.3"
s3transfer>=0.2.0,<0.3.0
argparse>=1.1; python_version=="2.6"
[check-manifest]
ignore =
.github
.github/*
.dependabot
.dependabot/*
.coveragerc
CHANGELOG.rst
CONTRIBUTING.rst
.travis.yml
requirements*
tox.ini
.changes
.changes/*
tests
tests/*
scripts
scripts/*
doc
doc/*