Skip to content

Commit

Permalink
update tags and info
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Feb 17, 2024
1 parent daf4489 commit 0dc3898
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ requires-python = ">=3.8"
authors = [
{ name = "Arash Badie-Modiri", email = "[email protected]" },
]
keywords = ["graph", "automorphism", "canonical labeling", "bliss"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Programming Language :: C++",
"Programming Language :: Python :: 3",
"Programming Language :: Implementation :: CPython",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Information Analysis",
]

[project.urls]
Homepage = ""

homepage = ""
repository = "https://github.com/arashbm/bliss_bind"
bug-tracker = "https://github.com/arashbm/bliss_bind/issues"

[build-system]
requires = ["scikit-build-core >=0.8.0", "nanobind >=1.7.0"]
requires = ["scikit-build-core >=0.8.0", "nanobind >=1.8.0"]
build-backend = "scikit_build_core.build"


Expand Down

0 comments on commit 0dc3898

Please sign in to comment.