mirror of
https://github.com/casterbyte/Sara.git
synced 2025-12-18 04:19:30 +00:00
v1.3
This commit is contained in:
parent
93f970d6eb
commit
fc94270c0e
6 changed files with 1166 additions and 890 deletions
5
setup.py
5
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="sara",
|
||||
version="1.2",
|
||||
version="1.3",
|
||||
url="https://github.com/caster0x00/Sara",
|
||||
author="Mahama Bazarov",
|
||||
author_email="mahamabazarov@mailbox.org",
|
||||
|
|
@ -11,12 +11,13 @@ setup(
|
|||
long_description=open('README.md', encoding="utf8").read(),
|
||||
long_description_content_type='text/markdown',
|
||||
license="Apache-2.0",
|
||||
keywords=['mikrotik', 'routeros', 'config analyzer', 'network security',],
|
||||
keywords=['mikrotik', 'routeros', 'config analyzer', 'network security', 'cve',],
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'colorama',
|
||||
'netmiko',
|
||||
'packaging',
|
||||
'requests',
|
||||
],
|
||||
py_modules=['cve_analyzer'],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue