From 1afc6f001cb41e56c27f643910728c454f0c76d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 30 Jan 2025 09:51:45 +0100 Subject: [PATCH] fix(dist): add to the released tarball also files for testing Fixes: https://github.com/CodSpeedHQ/pytest-codspeed/issues/68 --- MANIFEST.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..62f36f4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,14 @@ +include tests/conftest.py +include tests/examples/* +# include src/SWIG/*.h +# include src/SWIG/*.def +# recursive-include tests *.py *.pem *.der *.b64 README *.pgp *.dat *.p7* *.crt *.txt +# recursive-include doc * +# recursive-include contrib * +# recursive-exclude .keys * +# include INSTALL.rst +# include README.rst +# include CHANGES +# include LICENCE +# include src/SWIG/_m2crypto_wrap.c +# include src/M2Crypto/m2crypto.py