Skip to content

Commit

Permalink
Update manifest to include actions
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 15, 2022
1 parent cde61ac commit 9c4c558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ contributors_rst: {}

license_rst: {}

manifest_in: {}
manifest_in:
recursive-include:
- actions *.yml

setup_py:
entry_points:
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ global-exclude *-checkpoint.ipynb
# Exclude all bytecode
global-exclude *.pyc *.pyo *.pyd

# Repo-specific files
recursive-include actions *.yml

0 comments on commit 9c4c558

Please sign in to comment.