Skip to content

Commit

Permalink
Merge pull request #21 from ecmwf/develop
Browse files Browse the repository at this point in the history
Add manifest file for including data files
  • Loading branch information
awarde96 authored May 23, 2024
2 parents 2f56f1f + 8753cf5 commit 76ab0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include covjsonkit/data/*.json
2 changes: 1 addition & 1 deletion covjsonkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.0.10"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
package_data={"": ["*.json"], "covjsonkit": ["data/*.json"]},
package_data={"covjsonkit": ["data/*.json"]},
)

0 comments on commit 76ab0b6

Please sign in to comment.