-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (22 loc) · 706 Bytes
/
Copy pathsetup.cfg
File metadata and controls
23 lines (22 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = telemulator3
version = 1.5
author = Vitaly Bogomolov
author_email = mail@vitaly-bogomolov.ru
description = Mocked Telegram Bot API elements for unit tests of a bot based on the pyTelegramBotAPI library.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/vb64/telemulator3
project_urls =
Bug Tracker = https://github.com/vb64/telemulator3/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
packages = telemulator3
python_requires = >=3.7
include_package_data=True
install_requires =
pyTelegramBotAPI<=4.11.0