agtest/setup.cfg
2021-10-01 12:50:41 -05:00

15 lines
232 B
INI

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