mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-18 08:35:50 +00:00
small typos in setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,7 +7,7 @@ with open("README.md", "rt") as readme_fp:
|
||||
|
||||
setuptools.setup(
|
||||
name="mtprotoproxy",
|
||||
version="0.9",
|
||||
version="0.9.1",
|
||||
description="Async MTProto Proxy",
|
||||
long_description=long_description,
|
||||
url="https://github.com/alexbers/mtprotoproxy",
|
||||
@@ -37,7 +37,7 @@ setuptools.setup(
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5"
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user