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

Commit 7a50082

Browse files
author
Dmitry Yutkin
authored
Merge pull request #48 from VKCOM/add-pyx-manifest
Added yttm.pyx to manifest.in
2 parents c93cce1 + 46bf199 commit 7a50082

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include youtokentome/cpp/utils.h
22
include youtokentome/cpp/bpe.h
33
include youtokentome/cpp/utf8.h
4+
include youtokentome/cpp/yttm.pyx
45
include youtokentome/cpp/third_party/flat_hash_map.h
56
include youtokentome/cpp/third_party/LICENSE
67
include LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="youtokentome",
29-
version="1.0.4",
29+
version="1.0.5",
3030
packages=find_packages(),
3131
description="Unsupervised text tokenizer focused on computational efficiency",
3232
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)