From 9c4c55875de1c55ef0c0cc3046df1e2fa74cf5a1 Mon Sep 17 00:00:00 2001 From: Daniel Rasmussen Date: Mon, 14 Nov 2022 15:09:25 -0400 Subject: [PATCH] Update manifest to include actions --- .nengobones.yml | 4 +++- MANIFEST.in | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.nengobones.yml b/.nengobones.yml index fdaf6a0a..b9830a39 100644 --- a/.nengobones.yml +++ b/.nengobones.yml @@ -109,7 +109,9 @@ contributors_rst: {} license_rst: {} -manifest_in: {} +manifest_in: + recursive-include: + - actions *.yml setup_py: entry_points: diff --git a/MANIFEST.in b/MANIFEST.in index 3925070d..82840970 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -36,3 +36,5 @@ global-exclude *-checkpoint.ipynb # Exclude all bytecode global-exclude *.pyc *.pyo *.pyd +# Repo-specific files +recursive-include actions *.yml