MTPyroger/setup.cfg

30 lines
1013 B
INI
Raw Normal View History

2017-12-06 17:04:06 +00:00
[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
2017-12-06 17:54:23 +00:00
install_requires = pyaes
2017-12-06 17:04:06 +00:00
include_package_data = True