File: setup.cfg

package info (click to toggle)
python-pytest-retry 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 658; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
long_description = file: README.md
long_description_content_type = text/markdown

[options]
zip_safe = no
packages = pytest_retry

[options.package_data]
pytest_retry = py.typed

[flake8]
max-line-length = 99
extend-ignore = E203
exclude = venv,.venv

[egg_info]
tag_build = 
tag_date = 0