From 564725a68ee21de4f51ac3f1922ccd0303bc95d7 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 21 Jan 2018 16:50:25 +0100 Subject: [PATCH] Ditch setup.cfg --- setup.cfg | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index bc330f79..00000000 --- a/setup.cfg +++ /dev/null @@ -1,31 +0,0 @@ -[metadata] -name = Pyrogram -version = attr: pyrogram.__version__ -description = Telegram MTProto API Client Library for Python -url = https://github.com/pyrogram/pyrogram -author = Dan Tès -author_email = admin@pyrogram.ml -license = LGPLv3+ -keywords = telegram mtproto api client library python -classifiers = - Development Status :: 3 - Alpha - Intended Audience :: Developers - License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) - Operating System :: OS Independent - Programming Language :: Python - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 - Topic :: Internet - Topic :: Communications :: Chat - Topic :: Software Development :: Libraries - Topic :: Software Development :: Libraries :: Python Modules - -[options] -packages = find: -zip_safe = False -setup_requires = pyaes; pysocks -install_requires = pyaes; pysocks -include_package_data = True \ No newline at end of file