minor changes

This commit is contained in:
casterbyte 2025-03-28 03:22:08 +05:00
parent 78db8fa722
commit 5827d2da78
3 changed files with 5 additions and 7 deletions

View file

@ -5,7 +5,7 @@ setup(
version="1.1",
url="https://github.com/casterbyte/Sara",
author="Magama Bazarov",
author_email="caster@exploit.org",
author_email="magamabazarov@mailbox.org",
scripts=['sara.py'],
description="RouterOS Security Inspector",
long_description=open('README.md', encoding="utf8").read(),
@ -23,4 +23,4 @@ setup(
"console_scripts": ["sara = sara:main"],
},
python_requires='>=3.11',
)
)