agtest/setup.cfg
2021-10-01 13:38:40 -05:00

16 lines
235 B
INI

[metadata]
name = click
[options.entry_points]
console_scripts =
agtest = agtest.driver:run
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.6
[options.packages.find]
where = src