mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 16:49:27 +00:00
Update wheel building
This commit is contained in:
@ -4,6 +4,11 @@ from setuptools_rust import Binding, RustExtension
|
||||
setup(
|
||||
name="tokenizers",
|
||||
version="0.0.2",
|
||||
description="Fast and Customizable Tokenizers",
|
||||
author="Anthony MOI",
|
||||
author_email="anthony@huggingface.co",
|
||||
url="https://github.com/huggingface/tokenizers",
|
||||
license="Apache License 2.0",
|
||||
rust_extensions=[RustExtension("tokenizers.tokenizers", binding=Binding.PyO3)],
|
||||
packages=["tokenizers"],
|
||||
zip_safe=False,
|
||||
|
Reference in New Issue
Block a user