Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from VKCOM/add-pyx-manifest
Browse files Browse the repository at this point in the history
Added yttm.pyx to manifest.in
  • Loading branch information
Dmitry Yutkin committed Nov 20, 2019
2 parents c93cce1 + 46bf199 commit 7a50082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include youtokentome/cpp/utils.h
include youtokentome/cpp/bpe.h
include youtokentome/cpp/utf8.h
include youtokentome/cpp/yttm.pyx
include youtokentome/cpp/third_party/flat_hash_map.h
include youtokentome/cpp/third_party/LICENSE
include LICENSE
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="youtokentome",
version="1.0.4",
version="1.0.5",
packages=find_packages(),
description="Unsupervised text tokenizer focused on computational efficiency",
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 7a50082

Please sign in to comment.