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 6
6
# setup bdist_wheel creates dist/xx.whl specify data in setup.py/package_data=
7
7
8
8
include amrlib/amr_view/*
9
+ include amrlib/models/parse_spring/resources/*
9
10
include amrlib/alignments/faa_aligner/model_aligner_faa.tar.gz
10
11
include amrlib/alignments/faa_aligner/resources/*.txt
11
12
include amrlib/alignments/isi_hand_alignments/*.txt
13
+ include amrlib/models/parse_spring/resources/*
Original file line number Diff line number Diff line change 8
8
9
9
10
10
# Library version number
11
- __version__ = '0.7.0 '
11
+ __version__ = '0.7.1 '
12
12
13
13
14
14
# Download the model to and un-tar it in the mdata_dir
Original file line number Diff line number Diff line change 33
33
# doesn't look in there without it.
34
34
include_package_data = True ,
35
35
package_data = {'amrlib' :['amr_view/*' ,
36
+ 'amrlib/models/parse_spring/resources/*' ,
36
37
'alignments/faa_aligner/model_aligner_faa.tar.gz' ,
37
38
'alignments/faa_aligner/resources/*.txt' ,
38
39
'alignments/isi_hand_alignments/*.txt' ]},
You can’t perform that action at this time.
0 commit comments