Skip to content

Commit

Permalink
added files to package data
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Oct 4, 2024
1 parent a7f5950 commit 9a5889f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@
},
package_data={
"q2_amrfinderplus": ["citations.bib"],
"q2_amrfinderplus.types.tests": [
"data/*"
"data/annotation/*"
"data/database/*"
"data/annotation_wrong/*"
"data/annotation/coordinates/*"
"data/annotation/no_coordinates/*"
],
"q2_amrfinderplus.types.tests": ["data/*" "data/*/*" "data/*/*/*"],
},
zip_safe=False,
)

0 comments on commit 9a5889f

Please sign in to comment.