Skip to content

Commit

Permalink
Let Flit dynamically determine the package version
Browse files Browse the repository at this point in the history
This makes it possible to single-source the package version.
  • Loading branch information
pradyunsg committed Dec 8, 2022
1 parent df5f9dc commit 5333ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "packaging"
description = "Core utilities for Python packages"
version = "22.0"
dynamic = ["version"]
readme = "README.rst"
requires-python = ">=3.7"
authors = [{name = "Donald Stufft", email = "donald@stufft.io"}]
Expand Down

0 comments on commit 5333ef4

Please sign in to comment.