mirror of
https://github.com/casterbyte/Sara.git
synced 2025-07-10 06:34:27 +02:00
sara v1.0
This commit is contained in:
parent
0833d202d5
commit
d9f23b2998
5 changed files with 508 additions and 656 deletions
12
setup.py
12
setup.py
|
@ -1,23 +1,23 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="vex",
|
||||
version="1.1",
|
||||
url="https://github.com/casterbyte/vex",
|
||||
name="sara",
|
||||
version="1.0",
|
||||
url="https://github.com/casterbyte/sara",
|
||||
author="Magama Bazarov",
|
||||
author_email="caster@exploit.org",
|
||||
scripts=['vex.py'],
|
||||
scripts=['sara.py'],
|
||||
description="RouterOS Security Inspector",
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
license="Apache-2.0",
|
||||
keywords=['network security', 'mikrotik', 'routeros'],
|
||||
keywords=['mikrotik', 'routeros', 'config analyzer'],
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'colorama',
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["vex = vex:main"],
|
||||
"console_scripts": ["sara = sara:main"],
|
||||
},
|
||||
python_requires='>=3.11',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue