Skip to content

Commit

Permalink
fix missing resources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bjascob committed Mar 8, 2022
1 parent babef9f commit 47be491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# setup bdist_wheel creates dist/xx.whl specify data in setup.py/package_data=

include amrlib/amr_view/*
include amrlib/models/parse_spring/resources/*
include amrlib/alignments/faa_aligner/model_aligner_faa.tar.gz
include amrlib/alignments/faa_aligner/resources/*.txt
include amrlib/alignments/isi_hand_alignments/*.txt
include amrlib/models/parse_spring/resources/*
2 changes: 1 addition & 1 deletion amrlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


# Library version number
__version__ = '0.7.0'
__version__ = '0.7.1'


# Download the model to and un-tar it in the mdata_dir
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# doesn't look in there without it.
include_package_data=True,
package_data={'amrlib':['amr_view/*',
'amrlib/models/parse_spring/resources/*',
'alignments/faa_aligner/model_aligner_faa.tar.gz',
'alignments/faa_aligner/resources/*.txt',
'alignments/isi_hand_alignments/*.txt']},
Expand Down

0 comments on commit 47be491

Please sign in to comment.