Fix egg name in dependency_links

This commit is contained in:
Tulir Asokan
2018-02-23 12:22:02 +02:00
parent 5c46aad0d1
commit 74a0a3b621
+2 -2
View File
@@ -27,9 +27,9 @@ setuptools.setup(
"python-magic>=0.4.15,<0.5",
],
dependency_links=[
("https://github.com/LonamiWebs/Telethon/tarball/6e854325a8e0e800a4f337257293d09006946162#egg=Telethon-0.17.2"
("https://github.com/LonamiWebs/Telethon/tarball/6e854325a8e0e800a4f337257293d09006946162#egg=Telethon"
if sys.version_info >= (3, 6)
else "https://github.com/tulir/Telethon/tarball/24dc21aea3305ef3bb8c7fcaef2025ae65d5c85e#egg=Telethon-0.17.2")
else "https://github.com/tulir/Telethon/tarball/24dc21aea3305ef3bb8c7fcaef2025ae65d5c85e#egg=Telethon")
],
classifiers=[