25 lines
384 B
INI
25 lines
384 B
INI
|
[metadata]
|
||
|
name = jiracli
|
||
|
version = 0.1
|
||
|
description = JIRA command line interface
|
||
|
|
||
|
[options]
|
||
|
packages = find:
|
||
|
install_requires =
|
||
|
click
|
||
|
python-editor
|
||
|
jira
|
||
|
pyaml
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts =
|
||
|
jiracli = jiracli.cli:main
|
||
|
|
||
|
[options.packages.find]
|
||
|
exclude=env
|
||
|
|
||
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
exclude = .git,__pycache__,*.egg-info,*lib/python*
|
||
|
ignore = E241,E741,W503,W504
|