agtest/setup.cfg

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