Skip to content
Snippets Groups Projects
setup.cfg 345 B
Newer Older
[metadata]
name = poulpe
version = 0.0.0

[options]
install_requires =
    click == 8.1
    importlib-resources
    toml
packages = find_namespace:
package_dir =
    = python-libs
[options.package_data]
poulpe.bin = *
where = python-libs

[options.entry_points]
console_scripts =
    poulpe = poulpe.cli:exec_subcommand