From 06f7af4a9c08bae895ef8177d3ee1502fdd7cbe6 Mon Sep 17 00:00:00 2001 From: vinid Date: Sun, 28 Jul 2024 16:45:49 -0400 Subject: [PATCH] update manifest --- MANIFEST.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2786477..3aee532 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,9 @@ include README.md include requirements.txt -recursive-include textgrad *.py \ No newline at end of file +include README.md + +recursive-include textgrad *.py +recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif + +recursive-exclude * __pycache__ +recursive-exclude * *.py[co] \ No newline at end of file