Skip to content

Commit

Permalink
[skip-ci] Include data folder (#416)
Browse files Browse the repository at this point in the history
* [skip-ci] Include data folder

* Fix

* Add whats-new
  • Loading branch information
dcherian authored Feb 1, 2023
1 parent 8221db8 commit 47e4bfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
18 changes: 0 additions & 18 deletions MANIFEST.in

This file was deleted.

5 changes: 5 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
What's New
----------

v0.7.9 (Jan 31, 2023)
=====================

- Fix packaging of v0.7.8. That release was yanked off PyPI.

v0.7.8 (Jan 31, 2023)
=====================

Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = false
packages = ["cf_xarray", "cf_xarray.scripts"]
packages = ["cf_xarray", "cf_xarray.data", "cf_xarray.scripts"]

[tool.setuptools.exclude-package-data]
cf_xarray = ["tests/*"]

[tool.setuptools.dynamic]
version = {attr = "cf_xarray.__version__"}
Expand Down

0 comments on commit 47e4bfc

Please sign in to comment.