mirror of
https://github.com/casterbyte/Sara.git
synced 2025-06-26 16:08:35 +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
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
||||||
author_email="caster@exploit.org",
|
author_email="caster@exploit.org",
|
||||||
scripts=['sara.py'],
|
scripts=['sara.py'],
|
||||||
description="RouterOS Security Inspector",
|
description="RouterOS Security Inspector",
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md', encoding="utf8").read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
license="Apache-2.0",
|
license="Apache-2.0",
|
||||||
keywords=['mikrotik', 'routeros', 'config analyzer', 'network security',],
|
keywords=['mikrotik', 'routeros', 'config analyzer', 'network security',],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue