diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-16 19:09:46 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-16 19:09:46 +0100 |
commit | 43e87d84b15d12d52a4dcde6e80426cbd17e3d6f (patch) | |
tree | 18cef29b77973053522a67677121789ebe032285 /setup.cfg | |
parent | 4a56b3aae4114db731eff725e2c6292371a9b8ae (diff) |
auth and CLI done
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..8026ee7 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,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 |