From b8e70937f0b44464171da627f87bc7038dd9c2b7 Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:13:25 -0500 Subject: [PATCH] Clarify fork in package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58039c6..2b35663 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name="LinkPython-extern", - description="Python wrapper for Ableton Link", + description="A fork of the LinkPython wrapper for Ableton Link", long_description=open("README.md").read(), long_description_content_type="text/markdown", version="1.0.0",