From 86d6e739dddf70a9e9e2db69c585ef52b8deb795 Mon Sep 17 00:00:00 2001 From: "d.rudenko" Date: Mon, 14 Oct 2024 18:50:51 +0200 Subject: [PATCH] Remove pyproject.toml --- pyproject.toml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index b29781d..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,23 +0,0 @@ -[build-system] -requires = ["maturin>=0.14,<0.15"] -build-backend = "maturin" - -[project] -name = "py-rust-stemmers" -description = "Fast snowball-based dependecy free lib to stem words" -repository = "https://github.com/qdrant/py-rust-stemmers" -requires-python = ">=3.8" -classifiers = [ - "Programming Language :: Rust", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" - -] -license = { text = "MIT" } - -[project.urls] -homepage = "https://github.com/pmbaumgartner/py-rust-stemmers" -documentation = "https://github.com/pmbaumgartner/py-rust-stemmers" -repository = "https://github.com/pmbaumgartner/py-rust-stemmers" \ No newline at end of file