From d5835b544f23461a5a7465b59b6a325533ef5e63 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 7 Oct 2022 10:19:33 +0100 Subject: [PATCH] Include package data --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8248a7c..4e19b3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,10 +23,10 @@ classifiers = [options] zip_safe = False packages = find: -setup_requires = - setuptools_scm +python_requires = >= 3.7 install_requires = sunpy[net]>=2.1 +include_package_data = True [options.extras_require] tests =