Skip to content

Commit

Permalink
further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Sep 19, 2024
1 parent 1d1abe8 commit 35b379a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 92 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[build-system]
requires = [
"scikit-build-core>=0.10.0",
"scikit-build-core>=0.10.1",
"Cython >=3.0.11, <3.1.0"
]
build-backend = "scikit_build_core.build"

[project]
name = "RapidFuzz"
dynamic = ["version"]
requires-python = ">= 3.8"
requires-python = ">= 3.9"
authors = [
{name = "Max Bachmann", email = "[email protected]"},
]
description = "rapid fuzzy string matching"
readme = "README.md"
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
Homepage = "https://github.com/rapidfuzz/RapidFuzz"
Expand Down
87 changes: 0 additions & 87 deletions setup.py

This file was deleted.

4 changes: 2 additions & 2 deletions tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ index 517f32d..1e855ed 100644
@@ -1,7 +1,6 @@
[build-system]
requires = [
- "scikit-build-core>=0.10.0",
- "scikit-build-core>=0.10.1",
- "Cython >=3.0.11, <3.1.0"
+ "scikit-build-core>=0.10.0"
+ "scikit-build-core>=0.10.1"
]
build-backend = "scikit_build_core.build"

0 comments on commit 35b379a

Please sign in to comment.