cue_to_meta/setup.cfg

19 lines
282 B
INI
Raw Normal View History

2022-12-14 01:29:10 -05:00
[metadata]
name = cue_to_meta
version = 0.1.0
[options]
py_modules = cue_to_meta
install_requires = Click
[options.entry_points]
console_scripts = cue_to_meta = cue_to_meta:cli
2023-06-13 23:06:08 -04:00
[options.extras_require]
test = pytest
2024-05-18 20:53:22 -04:00
[flake8]
2024-05-18 21:26:33 -04:00
exclude = build
ignore = I201
2024-05-18 20:53:22 -04:00
inline-quotes = double