summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8026ee746cb679b8cf96827880a252244ba18a5f (plain)
1
2
3
4
5
6
7
8
[options.package_data]
# If any package or subpackage contains *.txt or *.rst files, include them:
soc_collector = py.typed data/collector_root_ca.crt

[options.entry_points]
# If any package or subpackage contains *.txt or *.rst files, include them:
console_scripts =
		soc_collector_cli = soc_collector:soc_collector_cli.main