Skip to content

Commit

Permalink
[guides-] fix packaging of guides #2538
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 7, 2024
1 parent ef6558e commit 51ebd51
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 @@ -77,7 +77,7 @@
package_data={
"visidata.man": ["vd.1", "vd.txt"],
"visidata.ddw": ["input.ddw", "regex.ddw"],
"visidata.guides": ["visidata/*.md"],
"visidata.guides": ["visidata/guides/*.md"],
"visidata.tests": ["sample.tsv", "benchmark.csv"],
"visidata.desktop": ["visidata.desktop"],
"visidata.experimenta.noahs_tapestry": [
Expand Down

0 comments on commit 51ebd51

Please sign in to comment.