From 1c9d5fdd0759abaed78598e49652027a5c0b8ea3 Mon Sep 17 00:00:00 2001 From: BEMC Date: Mon, 21 Aug 2023 09:24:43 +0200 Subject: [PATCH] added .json files to the package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0cee1bd..75e70b8 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ long_description_content_type='text/markdown', license='GNU General Public License v3.0', packages=['xbTools','xbTools.grid','xbTools.general'], + package_data={'': ['*.json']}, # always include .json files in the package contents python_requires='>=3, <4', install_requires=['numpy','matplotlib','netCDF4','scipy','datetime','geopandas','shapely','fiona','pytest'], zip_safe=False)