-# ControlPi-Plugin für Statemachines
-Dieses Paket enthält ein Plugin für das ControlPi-System, mit dem
-Statemachines konfiguriert werden können, die auf Nachrichten des zentralen
-Nachrichten-Busses des ControlPi-Systems reagieren und bei
-Zustands-Wechseln Kommandos/Nachrichten an andere Komponenten des Systems
-schicken.
+# ControlPi Plugin for Statemachines
+This distribution package contains a plugin for the
+[ControlPi system](https://docs.graph-it.com/graphit/controlpi), that
+allows to configure statemachines that react to messages on the central
+message bus of the ControlPi and send messages/commands to other components
+when switching states.
-Die Dokumentation kann unter [doc/index.md](doc/index.md) bzw.
-[https://docs.graph-it.com/graphit/controlpi-plugin](https://docs.graph-it.com/graphit/controlpi-plugin)
-gefunden werden.
+Documentation (in German) can be found at [doc/index.md](doc/index.md) in
+the source repository and at
+[https://docs.graph-it.com/graphit/controlpi-statemachine](https://docs.graph-it.com/graphit/controlpi-statemachine).
+Code documentation (in English) including doctests is contained in the
+source files.
version="0.1.0",
author="Graph-IT GmbH",
author_email="info@graph-it.com",
- description="ControlPi-Plugin für Statemachines",
+ description="ControlPi Plugin for Statemachines",
long_description=long_description,
long_description_content_type="text/markdown",
url="http://docs.graph-it.com/graphit/controlpi-statemachine",