Skip to content

Commit

Permalink
Merge pull request #39 from rigetti/explicit-license
Browse files Browse the repository at this point in the history
fix: explicitly add license type to Cargo.toml
  • Loading branch information
BatmanAoD authored Apr 11, 2024
2 parents ba39853 + f1293b2 commit c407d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "rigetti-pyo3"
version = "0.3.2"
edition = "2021"
license = "apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/rigetti/rigetti-pyo3"
readme = "README.md"
Expand Down

0 comments on commit c407d54

Please sign in to comment.