Skip to content

Commit

Permalink
added .json files to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem committed Aug 21, 2023
1 parent b5900b6 commit 1c9d5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 1c9d5fd

Please sign in to comment.