Skip to content

Commit a3007ea

Browse files
Release: update module structure in setup.py so dist test runs
1 parent e30aec0 commit a3007ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,14 @@ def compile():
300300
packages=[
301301
"cf",
302302
"cf.mixin",
303+
"cf.mixin2",
303304
"cf.data",
304305
"cf.data.array",
305306
"cf.data.array.abstract",
306307
"cf.data.array.mixin",
307308
"cf.data.collapse",
308309
"cf.data.fragment",
309-
"cf.data.fragment.abstract",
310+
"cf.data.fragment.mixin",
310311
"cf.data.mixin",
311312
"cf.docstring",
312313
"cf.read_write",

0 commit comments

Comments
 (0)