We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c5201 commit fd10df2Copy full SHA for fd10df2
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "fme"
7
-version = "2024.10.4"
+version = "2024.10.5"
8
description = "Train and evaluate weather/climate model emulators"
9
readme = "README.md"
10
requires-python = ">=3.9"
@@ -34,3 +34,6 @@ optional-dependencies.deploy = { file = "fme/deploy-requirements.txt" }
34
[tool.setuptools.packages.find]
35
where = ["fme"]
36
include = ["fme"]
37
+
38
+[tool.setuptools.exclude-package-data]
39
+fme = ["scripts", "fme/docs"]
0 commit comments