Skip to content

Commit

Permalink
Merge pull request #74 from microsoft/sergeio_062420_3
Browse files Browse the repository at this point in the history
updated and published the new pypi package, added laserDDDk.bin files
  • Loading branch information
SergeiAlonichau authored Jun 25, 2020
2 parents f2833f2 + 152cc53 commit ccd642c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist-pypi/blingfire/laser100k.bin
Binary file not shown.
Binary file added dist-pypi/blingfire/laser250k.bin
Binary file not shown.
Binary file added dist-pypi/blingfire/laser500k.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions dist-pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="blingfire",
version="0.1.2",
version="0.1.3",
author="Bling",
author_email="[email protected]",
description="Python wrapper of lightening fast Finite State machine and REgular expression manipulation library.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/microsoft/blingfire/",
packages=['blingfire'],
package_data={'blingfire':['bert_base_tok.bin','bert_base_cased_tok.bin','bert_chinese.bin','bert_multi_cased.bin','wbd_chuni.bin','xlnet.bin','xlnet_nonorm.bin','xlm_roberta_base.bin','libblingfiretokdll.so','blingfiretokdll.dll','libblingfiretokdll.dylib']},
package_data={'blingfire':['bert_base_tok.bin','bert_base_cased_tok.bin','bert_chinese.bin','bert_multi_cased.bin','wbd_chuni.bin','xlnet.bin','xlnet_nonorm.bin','xlm_roberta_base.bin','laser100k.bin','laser250k.bin','laser500k.bin','libblingfiretokdll.so','blingfiretokdll.dll','libblingfiretokdll.dylib']},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit ccd642c

Please sign in to comment.