Skip to content

Commit 322a8ce

Browse files
committed
t2t-bleu to setup.py
now it can be installed through `python3 setup.py install`
1 parent 40dbc7f commit 322a8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'tensor2tensor/bin/t2t-datagen',
2525
'tensor2tensor/bin/t2t-decoder',
2626
'tensor2tensor/bin/t2t-make-tf-configs',
27+
'tensor2tensor/bin/t2t-bleu',
2728
],
2829
install_requires=[
2930
'bz2file',

0 commit comments

Comments
 (0)