Skip to content

Commit

Permalink
Added asterisks to test_data subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Aug 12, 2024
1 parent 9fce7de commit 00f5e41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
package_data={
# Include all data files in the data directory
"etspy": ["tests/test_data/*",
"tests/test_data/DM_Series_Test",
"tests/test_data/SerialEM_Multiframe_Test"],
"tests/test_data/DM_Series_Test/*",
"tests/test_data/SerialEM_Multiframe_Test/*"
],
},
)

0 comments on commit 00f5e41

Please sign in to comment.