Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 4, 2024
1 parent 3d9fe68 commit 647047e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ languages/java/src/main/java/com/bitwarden/sdk/schema
languages/js/sdk-client/src/schemas.ts
languages/python/bitwarden_sdk/schemas.py
support/schemas
languages/python/venv
1 change: 0 additions & 1 deletion crates/bitwarden-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rust-version = "1.57"
docs = ["dep:schemars"] # Docs

[lib]
name = "bitwarden_uniffi"
crate-type = ["lib", "staticlib", "cdylib"]
bench = false

Expand Down
1 change: 1 addition & 0 deletions languages/python/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.egg-info
bitwarden_py*.so
__pycache__
venv

bitwarden_sdk/bitwarden_sdk/bitwarden.py
bitwarden_sdk/bitwarden_sdk/bitwarden_uniffi.py
1 change: 1 addition & 0 deletions languages/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ From the `languages/python/` directory,
uniffi-bindgen generate ../../target/debug/libbitwarden_uniffi.dylib \
--library \
--language python \
--no-format \
--out-dir ./bitwarden_sdk/bitwarden_sdk

maturin build
Expand Down
1 change: 0 additions & 1 deletion languages/python/bitwarden_sdk/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions languages/python/bitwarden_sdk/bitwarden_sdk/__init__.py

This file was deleted.

0 comments on commit 647047e

Please sign in to comment.