further modernizing

This commit is contained in:
Alexander Bersenev
2019-08-26 16:27:10 +05:00
parent afb208caa3
commit 45eb81d58c
3 changed files with 9 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ with open("README.md", "rt") as readme_fp:
setuptools.setup(
name="mtprotoproxy",
version="1.0.0",
version="1.0.6",
description="Async MTProto Proxy",
long_description=long_description,
url="https://github.com/alexbers/mtprotoproxy",
@@ -22,7 +22,7 @@ setuptools.setup(
],
extras_require={
"uvloop": [
"uvloop~=0.10.1"
"uvloop~=0.13.0"
]
},
scripts=[
@@ -35,6 +35,7 @@ setuptools.setup(
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
]
)