mirror of
https://github.com/casterbyte/Sara.git
synced 2025-06-24 06:58:35 +02:00
v1.2
This commit is contained in:
parent
557586f836
commit
6cf9b1a555
5 changed files with 467 additions and 449 deletions
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="sara",
|
||||
version="1.1.1",
|
||||
version="1.2",
|
||||
url="https://github.com/casterbyte/Sara",
|
||||
author="Magama Bazarov",
|
||||
author_email="magamabazarov@mailbox.org",
|
||||
|
@ -18,7 +18,7 @@ setup(
|
|||
'netmiko',
|
||||
'packaging',
|
||||
],
|
||||
py_modules=['cve_lookup'],
|
||||
py_modules=['cve_analyzer'],
|
||||
entry_points={
|
||||
"console_scripts": ["sara = sara:main"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue