Skip to content

Commit

Permalink
test pkg build including all files under odtf/data (#165)
Browse files Browse the repository at this point in the history
* test pkg build including all files under odtf/data

* try again

* pep
  • Loading branch information
sambles committed Nov 28, 2024
1 parent ff75f5e commit 14d5a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run(self):
include_package_data=True,
package_data={
"": ["*.md"], # Copy in readme
"ods_tools": ["data/*", "odtf/data/mappings/*"] # Copy spec JSON/CSV and YAML mappings
"ods_tools": ["data/*", "odtf/data/**/*"] # Copy spec JSON/CSV and YAML mappings
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 14d5a5d

Please sign in to comment.