From 579a51b5eab4bb578ad30ac002d7b714e50be4a7 Mon Sep 17 00:00:00 2001 From: Andrew Herzing Date: Mon, 12 Aug 2024 14:17:42 -0400 Subject: [PATCH] Modified setup.py --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b1010607..530a1415 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ description='Suite of tools for processing and reconstruction of electron ' 'tomography data', packages=['etspy'], - install_requires=[ - 'pystackreg', - ] + install_requires=['pystackreg',], + package_data={"etspy": ["tests/test_data/**/*"]}, )