File: setup.cfg

package info (click to toggle)
python-imageio 2.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,016 kB
  • sloc: python: 26,044; makefile: 138
file content (19 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[flake8]
max-line-length = 88
extend-ignore = E203, W503, E501
exclude = 
	.venv/

[semantic_release]
branch = master
version_variable = imageio/__init__.py:__version__
changelog_sections = breaking,fix,feature,other
commit_parser = semantic_release_conf.parse_commit_message
commit_subject = REL: Release imageio v{version}
build_command = pip install -e .[build] && python setup.py sdist bdist_wheel
remove_dist = False

[egg_info]
tag_build = 
tag_date = 0