From b1a5a049413262486a1776924930972d4e2fa4a8 Mon Sep 17 00:00:00 2001 From: Christophe Pradal Date: Tue, 23 Jan 2024 09:55:48 +0100 Subject: [PATCH] Update setup.py Remove Openalea from packages --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 27c75b9f..c6954060 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ def getMetaInfo(): # pure python packages #packages = find_namespace_packages(where='src',include=['openalea','openalea.*']) packages = [ - namespace, pkg_name, pkg_name + '.math', pkg_name + '.scenegraph',