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