Skip to content

Commit

Permalink
pyproject: Ensure sources.json is installed by setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-graves committed Jun 30, 2024
1 parent 473f3af commit 1a4ca5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ find = {}

[tool.setuptools_scm]
local_scheme = "no-local-version"

[tool.setuptools.data-files]
sdmx = ["sdmx/sources.json"]

0 comments on commit 1a4ca5b

Please sign in to comment.