Skip to content

Commit

Permalink
👷 Updated toml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertnieto committed Sep 27, 2024
1 parent a64c468 commit bc9925b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qcml"
version = "0.1.1.3"
version = "0.1.2"
description = "A benchmarking library for quantum and classical machine learning, with specialized support for evaluating kernel methods."
readme = "README.md"
authors = [
Expand All @@ -20,4 +20,8 @@ classifiers = [
dependencies = []

[project.urls]
Homepage = "https://github.com/albertnieto/qcml"
Homepage = "https://github.com/albertnieto/qcml"

[tool.setuptools.packages.find]
where = ["."]
exclude = ["results", "datasets"]

0 comments on commit bc9925b

Please sign in to comment.