mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
refresh pypi
This commit is contained in:
5
setup.py
5
setup.py
@@ -7,7 +7,7 @@ with open("README.md", "rt") as readme_fp:
|
||||
|
||||
setuptools.setup(
|
||||
name="mtprotoproxy",
|
||||
version="0.9.2",
|
||||
version="0.9.4",
|
||||
description="Async MTProto Proxy",
|
||||
long_description=long_description,
|
||||
url="https://github.com/alexbers/mtprotoproxy",
|
||||
@@ -23,9 +23,6 @@ setuptools.setup(
|
||||
extras_require={
|
||||
"uvloop": [
|
||||
"uvloop~=0.10.1"
|
||||
],
|
||||
"pyaes": [
|
||||
"pyaes~=1.6.1"
|
||||
]
|
||||
},
|
||||
scripts=[
|
||||
|
||||
Reference in New Issue
Block a user