Skip to content

Commit

Permalink
Release: update module structure in setup.py so dist test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Apr 27, 2023
1 parent e30aec0 commit a3007ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a3007ea

Please sign in to comment.