File: setup.cfg

package info (click to toggle)
python-boto3 1.26.27%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,880 kB
  • sloc: python: 12,629; makefile: 128
file content (19 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[bdist_wheel]
universal = 0

[metadata]
requires_dist =
    botocore>=1.29.27,<1.30.0
    jmespath>=0.7.1,<2.0.0
    s3transfer>=0.6.0,<0.7.0

[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0

[flake8]
ignore = E203,E501,W503,W504
exclude =
    docs,
    boto3/compat.py,
    boto3/data,
    .changes