From 5a113448396d512107459f62669cf7061f4045c7 Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Fri, 5 Jan 2024 14:46:07 -0700 Subject: [PATCH] Updated MANIFEST.in --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 324ba7a5..4961f61f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,11 +5,13 @@ include LICENSE include README.rst include Makefile include tox.ini +include setup.py graft docs prune docs/_build -recursive-include test *.py +recursive-include tests *.py +include tests/pytest.ini exclude .cookiecutter.yml exclude .gitchangelog.rc