You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
384 B

[metadata]
name = sievedit
version = 0.1
description = Simple tool to
[options]
packages = find:
install_requires =
click
python-editor
clintermission
sievelib
[options.entry_points]
console_scripts =
sievedit = sievedit:main
[options.packages.find]
exclude=env
[flake8]
max-line-length = 120
exclude = .git,__pycache__,*.egg-info,*lib/python*
ignore = E241,E741,W503,W504