Skip to content

Commit

Permalink
Merge pull request #33 from ecmwf/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
awarde96 authored Aug 29, 2024
2 parents 3e9834e + 52ca7f2 commit 1857fb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include covjsonkit/data/*.json
include covjsonkit/data/ecmwf/*.json
include covjsonkit/data/dwd/*.json
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
io.open("covjsonkit/version.py", encoding="utf_8_sig").read(),
).group(1)

with open("requirements.txt") as f:
requirements = f.read().splitlines()

setup(
name="covjsonkit",
Expand All @@ -21,5 +23,6 @@
packages=find_packages(),
zip_safe=False,
include_package_data=True,
install_requires=requirements,
package_data={"covjsonkit": ["data/*.json"]},
)

0 comments on commit 1857fb8

Please sign in to comment.