mirror of
https://github.com/casterbyte/Sara.git
synced 2025-06-26 07:58:36 +02:00
utf8 encoding support for setup.py
This commit is contained in:
parent
99db578495
commit
78db8fa722
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -8,7 +8,7 @@ setup(
|
|||
author_email="caster@exploit.org",
|
||||
scripts=['sara.py'],
|
||||
description="RouterOS Security Inspector",
|
||||
long_description=open('README.md').read(),
|
||||
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',],
|
||||
|
@ -23,4 +23,4 @@ setup(
|
|||
"console_scripts": ["sara = sara:main"],
|
||||
},
|
||||
python_requires='>=3.11',
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue