Skip to content

Commit

Permalink
pyproject.toml cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Aug 26, 2024
1 parent 395360c commit cd69989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "cliquematch"
dependencies = ["numpy>=1.14", "pybind11>=2.2"]
version = "3.0.1"
license = {file = "LICENSE"}
authors = [
{ name="Gautham" },
]
description="Finding correspondence via maximum cliques in large graphs"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -19,4 +21,5 @@ classifiers = [

[project.urls]
Homepage = "https://github.com/ahgamut/cliquematch"
Documentation = "https://cliquematch.rtfd.io"
Issues = "https://github.com/ahgamut/cliquematch/issues"

0 comments on commit cd69989

Please sign in to comment.