From a3007ea31e9109c60ce88fd0b8e18065f15f81c3 Mon Sep 17 00:00:00 2001 From: Sadie Louise Bartholomew Date: Thu, 27 Apr 2023 18:36:33 +0100 Subject: [PATCH] Release: update module structure in setup.py so dist test runs --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfc2a9072..9124f54301 100755 --- a/setup.py +++ b/setup.py @@ -300,13 +300,14 @@ def compile(): packages=[ "cf", "cf.mixin", + "cf.mixin2", "cf.data", "cf.data.array", "cf.data.array.abstract", "cf.data.array.mixin", "cf.data.collapse", "cf.data.fragment", - "cf.data.fragment.abstract", + "cf.data.fragment.mixin", "cf.data.mixin", "cf.docstring", "cf.read_write",