1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-06-18 21:47:37 +02:00

package meta is added

This commit is contained in:
Chernykh Vladimir
2021-02-03 20:57:17 +03:00
parent dd76f85e1c
commit b455a023d9
4 changed files with 14 additions and 1 deletions

View File

@ -12,5 +12,11 @@ setup(
packages=find_packages(),
install_requires=[
"pyTelegramBotAPI==3.7.6",
]
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)