Skip to content

Commit

Permalink
cfg: include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 17, 2022
1 parent eea7d24 commit ceaa50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.json
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers =
package_dir =
= src
packages = find_namespace:
include_package_data = True
install_requires =
h5netcdf >= 1.0.2
numpy >= 1.23.1
Expand All @@ -38,3 +39,6 @@ install_requires =

[options.packages.find]
where = src

[options.package_data]
* = *.json

0 comments on commit ceaa50c

Please sign in to comment.