Skip to content

Commit 47e4bfc

Browse files
authored
[skip-ci] Include data folder (#416)
* [skip-ci] Include data folder * Fix * Add whats-new
1 parent 8221db8 commit 47e4bfc

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

MANIFEST.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc/whats-new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
What's New
44
----------
55

6+
v0.7.9 (Jan 31, 2023)
7+
=====================
8+
9+
- Fix packaging of v0.7.8. That release was yanked off PyPI.
10+
611
v0.7.8 (Jan 31, 2023)
712
=====================
813

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ requires = [
4040
build-backend = "setuptools.build_meta"
4141

4242
[tool.setuptools]
43-
include-package-data = false
44-
packages = ["cf_xarray", "cf_xarray.scripts"]
43+
packages = ["cf_xarray", "cf_xarray.data", "cf_xarray.scripts"]
44+
45+
[tool.setuptools.exclude-package-data]
46+
cf_xarray = ["tests/*"]
4547

4648
[tool.setuptools.dynamic]
4749
version = {attr = "cf_xarray.__version__"}

0 commit comments

Comments
 (0)