Skip to content

Commit

Permalink
fix project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Aug 1, 2024
1 parent 44fbd33 commit 174c4f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = ">= 3.8"
authors = [
{name = "Max Bachmann", email = "[email protected]"},
]
description = "Python extension for computing string edit distances and similarities."
description = "rapid fuzzy string matching"
readme = "README.md"
classifiers=[
"Programming Language :: Python :: 3",
Expand All @@ -32,6 +32,11 @@ Repository = "https://github.com/rapidfuzz/RapidFuzz.git"
Issues = "https://github.com/rapidfuzz/RapidFuzz/issues"
Changelog = "https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst"

[project.optional-dependencies]
all = [
"numpy"
]

[project.entry-points.pyinstaller40]
hook-dirs = "rapidfuzz.__pyinstaller:get_hook_dirs"
tests = "rapidfuzz.__pyinstaller:get_PyInstaller_tests"
Expand Down

0 comments on commit 174c4f8

Please sign in to comment.