Skip to content

Commit

Permalink
update setup with v1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuming06 committed Nov 13, 2019
1 parent daf8d7b commit 44faa4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
numpy
jieba
keras-bert==0.80.0
keras-bert
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
packages=find_packages(exclude=['tests']),
package_dir={'simtext': 'simtext'},
package_data={
'simtext': ['*.*', 'LICENSE', '../LICENSE', 'README.*', '../*.txt', 'data/*',
'utils/*', 'bert/*'],
'simtext': ['*.*', 'LICENSE', '../LICENSE', 'README.*', '../*.txt', 'embeddings/*',
'utils/*', 'processors/*'],
},
test_suite='tests',
)
2 changes: 1 addition & 1 deletion simtext/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
@description:
"""

__version__ = '1.2'
__version__ = '1.3'

0 comments on commit 44faa4c

Please sign in to comment.