--- pyproject.toml.orig 2026-04-08 07:04:32 UTC +++ pyproject.toml @@ -1,17 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=77.0", "cython>=3.1.3"] +requires = ["setuptools>=61", "cython>=3.1.3"] [project] name = "marisa-trie" version = "1.4.1" -license = "MIT AND (BSD-2-Clause OR LGPL-2.1-or-later)" -license-files = [ - "AUTHORS.rst", - "LICENSE", - "marisa-trie/AUTHORS", - "marisa-trie/COPYING.md", -] +license = { text = "MIT AND (BSD-2-Clause OR LGPL-2.1-or-later)" } description = "Static memory-efficient and fast Trie-like structures for Python." authors = [{ name = "Mikhail Korobov", email = "kmike84@gmail.com" }] requires-python = ">=3.9"