Skip to content

Commit

Permalink
Fix packaging script files for CLI (#765)
Browse files Browse the repository at this point in the history
* fix: packaging script files for CLI

* doc: Update changelog

* doc: remove merge artifact

Co-authored-by: Mike Henry <[email protected]>

* doc: remove merge artifact 2.0

Co-authored-by: Mike Henry <[email protected]>

---------

Co-authored-by: Mike Henry <[email protected]>
  • Loading branch information
b-butler and mikemhenry authored Sep 19, 2023
1 parent bec76bb commit c55c861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ The numbers in brackets denote the related GitHub issue and/or pull request.
Version 0.26
============

[0.26.1] -- not yet released
----------------------------
[0.26.1] -- 2023-xx-xx
----------------------

Fixed
+++++

- Packaging of files in ``flow.scripts`` used in CLI (#765).
- Schedule 56 cores per node on OLCF Frontier (#764).

[0.26.0] -- 2023-09-06
Expand Down
4 changes: 4 additions & 0 deletions flow/scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2023 The Regents of the University of Michigan
# All rights reserved.
# This software is licensed under the BSD 3-Clause License.
"""Import command line scripts."""

0 comments on commit c55c861

Please sign in to comment.