We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae432 commit bc829e2Copy full SHA for bc829e2
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="c42seceventcli",
5
version="0.1.0",
6
- description="Tools for integrating Code42 Exfiltration Detection features with SIEMs",
+ description="CLI for retrieving Code42 Exfiltration Detection events",
7
packages=find_packages(include=["c42seceventcli", "c42seceventcli.*"]),
8
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
9
install_requires=["c42secevents"],
0 commit comments