Правки

This commit is contained in:
Денис Семёнов 2025-06-21 02:20:47 +03:00
parent 2ba1ba23b6
commit bca4c3fd6c
2 changed files with 3 additions and 3 deletions

View File

@ -93,4 +93,4 @@ if __name__ == '__main__':
## 📄 Лицензия ## 📄 Лицензия
Этот проект распространяется под лицензией MIT. См. файл [LICENSE](LICENSE) для подробностей. Этот проект распространяется под лицензией MIT. См. файл [LICENSE](https://github.com/love-apples/maxapi/blob/main/LICENSE) для подробностей.

View File

@ -1,11 +1,11 @@
[project] [project]
name = "maxapi" name = "maxapi"
version = "0.8.1" version = "0.8.2"
description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX" description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
authors = [ authors = [
{name = "Denis", email = "your-email@example.com"}, {name = "Denis", email = "bestloveapples@gmail.com"},
] ]
keywords = ["max", "api", "bot"] keywords = ["max", "api", "bot"]
classifiers = [ classifiers = [