refresh pypi

This commit is contained in:
Alexander Bersenev
2018-06-29 01:41:41 +05:00
parent 301cb1134c
commit 03e6cb2fbd
7 changed files with 104 additions and 969 deletions

View File

@@ -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=[