Skip to content

Commit

Permalink
Mark version as dynamic in pyproject.toml (#7923)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4054f0d37e5fa6722bfe9bc0062099876c6fdb7f
  • Loading branch information
szymondudycz authored and Manul from Pathway committed Dec 27, 2024
1 parent cf7ecf7 commit f363f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "pathway"
dynamic = ["version"]
requires-python = ">=3.10"
description = "Pathway is a data processing framework which takes care of streaming data updates for you."
readme = "README.md"
Expand Down

0 comments on commit f363f2d

Please sign in to comment.