Skip to content

Commit

Permalink
dynamic versioning from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Scirelgar committed Feb 20, 2024
1 parent 291579c commit 226132b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Source = "https://github.com/calculquebec/pennylane-snowflurry"
"snowflurry.qubit" = "pennylane_snowflurry:SnowflurryQubitDevice"

[project.entry-points."pennylane.io"]

[tool.setuptools]
packages = ["pennylane_snowflurry"]

[tool.setuptools.dynamic]
version = { attr = "pennylane_snowflurry._version.__version__" }

0 comments on commit 226132b

Please sign in to comment.