This commit is contained in:
caster0x00 2025-12-09 16:30:21 +04:00
parent 93f970d6eb
commit fc94270c0e
6 changed files with 1166 additions and 890 deletions

View file

@ -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={