Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 230ed67

Browse files
dlaxemersion
authored andcommitted
Add a MANIFEST.in to get a complete sdist
In particular, we now include test data in sdist, so that it's possible to run tests from the tarball that'd be uploaded on PyPI. This is useful for distribution packaging where tests can be run during package build. Also include LICENSE and README files along the way.
1 parent 76e447e commit 230ed67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include README.md
2+
include LICENSE
3+
recursive-include test/data *.eml *.txt
4+
recursive-include test *.py
5+
6+
prune .editorconfig
7+
prune .build.yml

0 commit comments

Comments
 (0)