Ditch setup.cfg
This commit is contained in:
parent
652dcc282e
commit
564725a68e
31
setup.cfg
31
setup.cfg
@ -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
|
Loading…
Reference in New Issue
Block a user