mirror of
https://github.com/otter18/tg_logger.git
synced 2025-06-18 21:47:37 +02:00
v2.0.1 realise
This commit is contained in:
4
setup.py
4
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="tg_logger",
|
||||
version="1.1",
|
||||
version="2.0.1",
|
||||
description="A tool to bridge python logging and user files to telegram bot",
|
||||
long_description=open("README.md").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
@ -11,6 +11,6 @@ setup(
|
||||
url="https://github.com/otter18/tg_logger",
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"pytelegrambotapi==3.7.6",
|
||||
"pyTelegramBotAPI==3.7.6",
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user