Skip to content

Commit 7529239

Browse files
committed
Fix python name to geodatafusion
1 parent 1fcf4d0 commit 7529239

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

python/Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "geodatafusion"
2+
name = "geodatafusion-python"
33
version = "0.1.0-beta.1"
44
edition = "2024"
55
authors = ["Kyle Barron <kylebarron2@gmail.com>"]

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.4.0,<2.0"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "geodatafusion-python"
6+
name = "geodatafusion"
77
requires-python = ">=3.9"
88
dependencies = ["datafusion"]
99
classifiers = [

0 commit comments

Comments
 (0)