File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66# setup bdist_wheel creates dist/xx.whl specify data in setup.py/package_data=
77
88include amrlib/amr_view/*
9+ include amrlib/models/parse_spring/resources/*
910include amrlib/alignments/faa_aligner/model_aligner_faa.tar.gz
1011include amrlib/alignments/faa_aligner/resources/*.txt
1112include amrlib/alignments/isi_hand_alignments/*.txt
13+ include amrlib/models/parse_spring/resources/*
Original file line number Diff line number Diff line change 88
99
1010# Library version number
11- __version__ = '0.7.0 '
11+ __version__ = '0.7.1 '
1212
1313
1414# Download the model to and un-tar it in the mdata_dir
Original file line number Diff line number Diff line change 3333 # doesn't look in there without it.
3434 include_package_data = True ,
3535 package_data = {'amrlib' :['amr_view/*' ,
36+ 'amrlib/models/parse_spring/resources/*' ,
3637 'alignments/faa_aligner/model_aligner_faa.tar.gz' ,
3738 'alignments/faa_aligner/resources/*.txt' ,
3839 'alignments/isi_hand_alignments/*.txt' ]},
You can’t perform that action at this time.
0 commit comments