Skip to content

Commit

Permalink
undo dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Sep 20, 2023
1 parent 064e013 commit edc2e22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Library to streamline preprocessing of RedVox API 900 and API 100
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
dynamic = ["version"]
version = "1.4.11"

dependencies = [
"matplotlib==3.7.1",
Expand All @@ -31,9 +31,6 @@ PyPI = "https://pypi.org/project/redpandas/"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = { attr = "redpandas.VERSION" }

[tool.setuptools.packages.find]
include = ["redpandas*"]
exclude = ["redpandas.test*"]

0 comments on commit edc2e22

Please sign in to comment.