Skip to content

Commit

Permalink
Fix license field
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping committed Mar 21, 2022
1 parent f6e1e2b commit 9c556a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bqskitrs"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
authors = ["Ethan Smith <[email protected]>"]
license = "LGPL-2.1 AND BSD-3-Clause"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ build-backend = "maturin"

[project]
name = "bqskitrs"
version = "0.2.0.rc1"
version = "0.2.0.rc2"
maintainers = [
{name = "Ethan Smith", email = "[email protected]"},
{name = "Ed Younis", email = "[email protected]"},
]
license = "LGPL-2.1 AND BSD-3-Clause"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.7"

Expand Down

0 comments on commit 9c556a8

Please sign in to comment.