Skip to content

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Dec 7, 2023
1 parent df68586 commit 00819d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions languages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = ["dateutils >= 0.6.6"]
description = "A Bitwarden Client for python"
name = "BitwardenClient"
name = "bitwarden_sdk"
readme = "README.md"
requires-python = ">=3.0"
version = "0.1.0"
Expand All @@ -23,7 +23,7 @@ version = "0.1.0"
bindings = "pyo3"
compatibility = "2_28"
include = [
{ path = "BitwardenClient/*.py", format = ["sdist", "wheel"] }
{ path = "bitwarden_sdk/*.py", format = ["sdist", "wheel"] }
]
manifest-path = "../../crates/bitwarden-py/Cargo.toml"
python-packages = ["BitwardenClient"]
python-packages = ["bitwarden_sdk"]

0 comments on commit 00819d0

Please sign in to comment.