From b919ca34432c3189d934a3a75bdb071fe8bcb6b9 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Tue, 28 Nov 2023 15:05:42 -0600 Subject: [PATCH] Fix typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64311078..0ff4bf08 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ], extras_require={ "elements": [ - "elemment-animal @ git+https://github.com/datajoint/element-animal.git", + "element-animal @ git+https://github.com/datajoint/element-animal.git", "element-event @ git+https://github.com/datajoint/element-event.git", "element-interface @ git+https://github.com/datajoint/element-interface.git", "element-lab @ git+https://github.com/datajoint/element-lab.git",