We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c558b commit c415da2Copy full SHA for c415da2
setup.cfg
@@ -1,14 +1,14 @@
1
[metadata]
2
name = telegrambots
3
-version = 0.0.4-preview
+version = 0.0.5-preview
4
author = immmdreza
5
author_email = ir310022@gmail.com
6
description = A pure and modern python package for telegram bots.
7
long_description = file: README.md
8
long_description_content_type = text/markdown
9
-url = https://github.com/immmdreza/telegrambots
+url = https://github.com/python-telegrambots/telegrambots
10
project_urls =
11
- Bug Tracker = https://github.com/immmdreza/telegrambots/issues
+ Bug Tracker = https://github.com/immmdreza/python-telegrambots/issues
12
classifiers =
13
Programming Language :: Python :: 3
14
License :: OSI Approved :: MIT License
src/telegrambots/__init__.py
0 commit comments