summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 853bd3a193f0136e6aef7d931169d5b78113cdca (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