diff --git a/README.md b/README.md index d2af574..96b7918 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ if __name__ == '__main__': ## 📄 Лицензия -Этот проект распространяется под лицензией MIT. См. файл [LICENSE](LICENSE) для подробностей. +Этот проект распространяется под лицензией MIT. См. файл [LICENSE](https://github.com/love-apples/maxapi/blob/main/LICENSE) для подробностей. diff --git a/pyproject.toml b/pyproject.toml index 279cc98..3663b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "maxapi" -version = "0.8.1" +version = "0.8.2" description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX" readme = "README.md" requires-python = ">=3.10" authors = [ - {name = "Denis", email = "your-email@example.com"}, + {name = "Denis", email = "bestloveapples@gmail.com"}, ] keywords = ["max", "api", "bot"] classifiers = [