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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,3 +3,6 @@ __pycache__/
|
|||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.coverage
|
.coverage
|
||||||
|
build/
|
||||||
|
setup.cfg
|
||||||
|
tg_logger.toml
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#  tg_logger tool
|
#  tg_logger tool
|
||||||
[](https://pypi.org/project/tg-logger/)
|
[](https://pypi.org/project/tg-logger/)
|
||||||
|
[](https://pypi.org/project/tg-logger/)
|
||||||
|
[](https://pypi.org/project/tg-logger/)
|
||||||
|
|
||||||
bridging python logging and user files to tg bot
|
bridging python logging and user files to tg bot
|
||||||
## Example
|
## Example
|
||||||
|
8
setup.py
8
setup.py
@ -12,5 +12,11 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyTelegramBotAPI==3.7.6",
|
"pyTelegramBotAPI==3.7.6",
|
||||||
]
|
],
|
||||||
|
classifiers=[
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
],
|
||||||
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user