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 7, 2022
1 parent 16d82cf commit 41bcf15
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 = "21.4.dev0"
dynamic = ["version"]
readme = "README.rst"
requires-python = ">=3.7"
authors = [{name = "Donald Stufft", email = "donald@stufft.io"}]
Expand Down

0 comments on commit 41bcf15

Please sign in to comment.