diff --git a/pyproject.toml b/pyproject.toml index 6c7f676..16d350d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxapi" -version = "0.8.7" +version = "0.8.8" description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX" readme = "README.md" requires-python = ">=3.10" @@ -29,4 +29,7 @@ license-files = [] [build-system] requires = ["setuptools>=68.0.0", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" + +[tool.setuptools.packages.find] +include = ["maxapi*", "wiki*", "examples*"] \ No newline at end of file