telepot-powered functions replaced with new ones

telepot repository was archived in may 2019
This commit is contained in:
2019-07-13 16:44:13 +02:00
parent 9cc615df69
commit fc7da6d1bd
6 changed files with 18 additions and 11 deletions

View File

@@ -45,8 +45,8 @@ setuptools.setup(
author=find_information("author", "davtelepot", "__init__.py"),
author_email=find_information("email", "davtelepot", "__init__.py"),
description=(
"telepot.aio.Bot convenient subclass, featuring dataset-powered "
"SQLite."
"Telegram bot API mirroring class, featuring dataset-powered "
"SQLite databases."
),
license=find_information("license", "davtelepot", "__init__.py"),
long_description=long_description,
@@ -58,7 +58,6 @@ setuptools.setup(
'aiohttp>=3.4.4',
'bs4>=0.0.1',
'dataset>=1.1.0',
'telepot>=12.7'
],
classifiers=[
"Development Status :: 3 - Alpha",
@@ -73,6 +72,6 @@ setuptools.setup(
"Programming Language :: Python :: 3 :: Only",
"Topic :: Communications :: Chat",
],
keywords='telepot telegram bot python wrapper',
keywords='telegram bot python asyncio async aiohttp',
include_package_data=True,
)