Skip to content

Commit fd10df2

Browse files
committed
omit scripts and docs
1 parent 57c5201 commit fd10df2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
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.4"
7+
version = "2024.10.5"
88
description = "Train and evaluate weather/climate model emulators"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -34,3 +34,6 @@ optional-dependencies.deploy = { file = "fme/deploy-requirements.txt" }
3434
[tool.setuptools.packages.find]
3535
where = ["fme"]
3636
include = ["fme"]
37+
38+
[tool.setuptools.exclude-package-data]
39+
fme = ["scripts", "fme/docs"]

0 commit comments

Comments
 (0)