Skip to content

Commit

Permalink
Add dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 7, 2024
1 parent 90d0d24 commit a17fc8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "ts-store"
version = "0.0.1"
description = "Flexible storage for time series."
authors = [{ name = "Martí Bosch", email = "[email protected]" },
{ name = "Gionata Ghiggi", email = "[email protected]" }]
Expand All @@ -30,7 +29,7 @@ dependencies = [
"geopandas",
"pyyaml",
]
# dynamic = ["version"]
dynamic = ["version"]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit a17fc8e

Please sign in to comment.