Skip to content

Commit

Permalink
fix version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 13, 2024
1 parent bf4b1c8 commit fbf4075
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ wheel.exclude = [
[tool.scikit-build.metadata.version]
provider = "scikit_build_core.metadata.regex"
input = "src/Levenshtein/__init__.py"
regex = "(?i)^__version__: str = (\")(?P<value>.+?)\\1"

[tool.black]
line-length = 120
Expand Down Expand Up @@ -140,19 +141,3 @@ isort.required-imports = ["from __future__ import annotations"]
"bench/**" = ["T20"]
"_custom_build/backend.py" = ["T20"]
"setup.py" = ["T20"]




#[tool.scikit-build]



#setup(
# url="https://github.com/rapidfuzz/Levenshtein",
# license="GPL",
# license_file="COPYING",
# packages=["Levenshtein"],
# package_dir={"": "src"},
# package_data={"Levenshtein": ["*.pyi", "py.typed"]},
#)

0 comments on commit fbf4075

Please sign in to comment.