weegee/setup.cfg

13 lines
183 B
INI
Raw Normal View History

2021-12-12 12:30:09 +00:00
[metadata]
name = weegee
version = 0.1.0
[options]
packages = weegee
install_requires =
jinja2 >= 3.0
2021-12-12 12:30:09 +00:00
[options.entry_points]
console_scripts =
weegee = weegee.__main__:main