From 8bc0fe1f6a31f018253a315a111337b34dcc9a98 Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Thu, 18 Jan 2018 14:47:23 +0100 Subject: [PATCH] Include CSV files when installing --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 48b7906f..8c1a8596 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ def readme(): author_email='c.j.smith1@leeds.ac.uk/richard.millar@physics.ox.ac.uk', license='Apache 2.0', packages=find_packages(exclude=['tests*']), + package_data={'': ['*.csv']}, install_requires=[ 'numpy', 'scipy',