1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 22 Apr 2025 17:24:20 +0200
Subject: Include tests dir
---
MANIFEST.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/MANIFEST.in b/MANIFEST.in
index f9224b5..7fdd9ec 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,4 +8,5 @@ include mcstasscript/integration_tests/test_input_folder
include mcstasscript/integration_tests/test_input_folder/PSDlin_monitor.comp
graft mcstasscript/tests/dummy_mcstas
graft mcstasscript/tests/dummy_instrument_folder
+graft mcstasscript/tests/test_input_folder
graft mcstasscript/tests/test_data_set
|