Skip to content

Commit

Permalink
Fix python package name (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 25, 2024
1 parent ff99c42 commit cd50634
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions obstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-py"
version = "0.2.0-beta.1"
name = "obstore"
version = "0.2.0-beta.2"
authors = { workspace = true }
edition = { workspace = true }
description = "A Python interface to the Rust object_store crate, providing a uniform API for interacting with object storage services and local files."
Expand Down
2 changes: 1 addition & 1 deletion obstore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=1.4.0,<2.0"]
build-backend = "maturin"

[project]
name = "object-store-py"
name = "obstore"
requires-python = ">=3.9"
dependencies = []
classifiers = [
Expand Down

0 comments on commit cd50634

Please sign in to comment.