From 2e497081f3e9cc97b746ef67ab38963c476cf55d Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Tue, 3 Oct 2023 14:07:36 +0200 Subject: [PATCH] Update setup.py Co-authored-by: Kushal Bakshi <52367253+kushalbakshi@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bd4b8d..8e63b44 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name=pkg_name.replace("_", "-"), version=__version__, - description="DeepLabCut DataJoint Element", + description="DataJoint Element for Continuous Behavior Tracking via DeepLabCut", long_description=long_description, long_description_content_type="text/markdown", author="DataJoint",