Skip to content

Commit 474e6fc

Browse files
Include tests in the source distribution (#424)
The repository already ships certifi/tests, but MANIFEST.in only listed package data files, so sdist builds omitted the suite. Add a recursive-include so downstream can test from the sdist. Closes #226 Signed-off-by: Alex Chen <l46983284@gmail.com>
1 parent a31ef39 commit 474e6fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
include MANIFEST.in README.rst LICENSE certifi/cacert.pem certifi/py.typed
2+
recursive-include certifi/tests *
23

34
exclude .github/
45
recursive-exclude .github
6+
global-exclude *.py[cod] __pycache__ .DS_Store

0 commit comments

Comments
 (0)