We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e568b commit dd67ea8Copy full SHA for dd67ea8
history.txt
@@ -1,3 +1,8 @@
1
+28.04.2023 ver.1.0.1
2
+--------------------
3
+
4
+- Fix pypi package content.
5
6
28.04.2023 ver.1.0
7
------------------
8
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = telemulator3
-version = 1.0
+version = 1.0.1
author = Vitaly Bogomolov
author_email = [email protected]
description = Mocked Telegram Bot API elements for unit tests of a bot based on the pyTelegramBotAPI library.
@@ -18,3 +18,4 @@ classifiers =
18
package_dir =
19
packages = telemulator3
20
python_requires = >=3.7
21
+include_package_data=True
0 commit comments