[project]
name = "riptoken"
version = "0.0.1"
description = "Fast BPE tokenizer for LLMs"
requires-python = ">=3.9"
license = "MIT"
authors = [{ name = "Dae Choi", email = "daechoi70@gmail.com" }]
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=62.4"]