Skip to content

Commit 2a355b2

Browse files
committed
Fix pyproject.toml
1 parent 038bfc8 commit 2a355b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ requires = [
4848
[tool.setuptools.packages.find]
4949
where = ["src"]
5050

51+
[tool.setuptools]
52+
include-package-data = true
53+
5154
[tool.setuptools.package-data]
52-
mopdata = ["*.json", "*.yaml", "*.csv",
53-
"cmor_tables/*.json"]
55+
mopdata = ["*.yaml"]
56+
access_mopper = ["*.yml", "mappings/*.json",
57+
"cmor_tables/*.json"]
5458

5559
[tool.versioneer]
5660
VCS = "git"

0 commit comments

Comments
 (0)