diff options
author | 2021-07-06 20:05:28 -0500 | |
---|---|---|
committer | 2021-07-06 20:06:22 -0500 | |
commit | d5469c3696d949413da1798e8dbb99a2c015a148 (patch) | |
tree | 8609358d22c0f5986d8098c373104af2ae7dd43f | |
parent | glsatool: reorganize into module and script (like cvetool) (diff) | |
download | security-d5469c3696d949413da1798e8dbb99a2c015a148.tar.gz security-d5469c3696d949413da1798e8dbb99a2c015a148.tar.bz2 security-d5469c3696d949413da1798e8dbb99a2c015a148.zip |
Install glsatool
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,8 @@ version = 0.0.0 [options] packages = bin install_requires = + beautifulsoup4 + bugzilla bracex pkgcore requests @@ -12,4 +14,5 @@ install_requires = [options.entry_points] console_scripts = - cvetool = bin.CVETool:cvetool
\ No newline at end of file + cvetool = bin.CVETool:cvetool + glsatool = bin.GLSATool:glsatool
\ No newline at end of file |