Skip to content

Commit

Permalink
Merge pull request #26 from ZhitingHu/master
Browse files Browse the repository at this point in the history
updated setup.py
  • Loading branch information
ZhitingHu committed Sep 21, 2018
2 parents 7039403 + 30511f6 commit 28d4e83
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


long_description = '''
Texar is an open-source toolkit based on Tensorflow,
aiming to support a broad set of machine learning especially text generation tasks,
such as machine translation, dialog, summarization, content manipulation, language modeling, and so on.
Texar is an open-source toolkit based on Tensorflow,
aiming to support a broad set of machine learning especially text generation tasks,
such as machine translation, dialog, summarization, content manipulation, language modeling, and so on.
Texar is designed for both researchers and practitioners for fast prototyping and experimentation.
'''
Expand All @@ -30,6 +30,11 @@
'tensorflow-cpu': ['tensorflow>=1.7.0', 'tensorflow-probability >= 0.3.0'],
'tensorflow-gpu': ['tensorflow-gpu>=1.7.0', 'tensorflow-probability-gpu >= 0.3.0']
},
package_data={
"texar": [
"../bin/utils/multi-bleu.perl",
]
},
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand All @@ -40,4 +45,4 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit 28d4e83

Please sign in to comment.