|
@@ -24,7 +24,11 @@ _REPO_URL = "https://github.com/fphammerle/switchbot-mqtt"
|
|
|
|
|
|
setuptools.setup(
|
|
|
name="switchbot-mqtt",
|
|
|
- use_scm_version=True,
|
|
|
+ use_scm_version={
|
|
|
+
|
|
|
+
|
|
|
+ "git_describe_command": "git describe --dirty --tags --long --match v*",
|
|
|
+ },
|
|
|
packages=setuptools.find_packages(),
|
|
|
description="MQTT client controlling SwitchBot button automators, "
|
|
|
|