mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
further modernizing
This commit is contained in:
7
setup.py
7
setup.py
@@ -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"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user