Skip to content

Commit

Permalink
no hard-coding versions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot authored Sep 8, 2023
1 parent 0d001d5 commit a0897c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion python/geoarrow-c/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[project]
name = "geoarrow-c"
version = "0.1.0-alpha0"
dynamic = ["version"]
description = ""
authors = [{name = "Dewey Dunnington", email = "[email protected]"}]
license = {text = "Apache-2.0"}
Expand All @@ -38,3 +38,6 @@ requires = [
"Cython"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
root = "../.."
5 changes: 4 additions & 1 deletion python/geoarrow-pandas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[project]
name = "geoarrow-pandas"
version = "0.1.0-alpha0"
dynamic = ["version"]
description = ""
authors = [{name = "Dewey Dunnington", email = "[email protected]"}]
license = {text = "Apache-2.0"}
Expand All @@ -38,3 +38,6 @@ requires = [
"setuptools-scm"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
root = "../.."
5 changes: 4 additions & 1 deletion python/geoarrow-pyarrow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[project]
name = "geoarrow-pyarrow"
version = "0.1.0-alpha0"
dynamic = ["version"]
description = ""
authors = [{name = "Dewey Dunnington", email = "[email protected]"}]
license = {text = "Apache-2.0"}
Expand All @@ -38,3 +38,6 @@ requires = [
"setuptools-scm"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
root = "../.."

0 comments on commit a0897c9

Please sign in to comment.