diff --git a/README.md b/README.md index ca826624..55914bbb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ ![PyPI](https://img.shields.io/pypi/v/pyzeebe) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyzeebe) -[![Documentation Status](https://readthedocs.org/projects/pyzeebe/badge/?version=latest)](https://pyzeebe.readthedocs.io/en/latest/?badge=stable) # Pyzeebe @@ -31,7 +30,7 @@ To install: `pip install pyzeebe` -For full documentation please visit: https://pyzeebe.readthedocs.io/en/stable/ +For full documentation please visit: https://camunda-community-hub.github.io/pyzeebe/ ## Usage diff --git a/pyproject.toml b/pyproject.toml index 21441964..3d2fb324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,16 @@ [tool.poetry] name = "pyzeebe" -version = "4.0.0rc8" +version = "4.0.0" description = "Zeebe client api" authors = ["Jonatan Martens "] +maintainers = [ + "Dmitriy ", +] license = "MIT" readme = "README.md" homepage = "https://github.com/camunda-community-hub/pyzeebe" repository = "https://github.com/camunda-community-hub/pyzeebe" -documentation = "https://pyzeebe.readthedocs.io/en/latest" +documentation = "https://camunda-community-hub.github.io/pyzeebe/" keywords = ["zeebe", "workflow", "workflow-engine"] classifiers = [ "Programming Language :: Python :: 3",