From 34feef7183600fc2e110a7e3d6de8a700f07d1b7 Mon Sep 17 00:00:00 2001 From: Christopher Lorton Date: Wed, 4 Dec 2024 21:09:51 +0000 Subject: [PATCH] Update MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 42c6b7a..e321040 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ graft docs graft src graft ci graft tests +graft examples include .bumpversion.cfg include .cookiecutterrc @@ -20,3 +21,4 @@ include LICENSE include README.rst global-exclude *.py[cod] __pycache__/* *.so *.dylib *.DS_Store +recursive-exclude .devcontainer/ \ No newline at end of file