Skip to content

Commit 57c5201

Browse files
committed
Fix packaging
1 parent cb97a6a commit 57c5201

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fme"
7-
version = "2024.10.3"
7+
version = "2024.10.4"
88
description = "Train and evaluate weather/climate model emulators"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -33,6 +33,4 @@ optional-dependencies.deploy = { file = "fme/deploy-requirements.txt" }
3333

3434
[tool.setuptools.packages.find]
3535
where = ["fme"]
36-
37-
[tool.setuptools.exclude-package-data]
38-
fme = ["*.tests", "*.tests.*", "tests.*", "tests"]
36+
include = ["fme"]

0 commit comments

Comments
 (0)