Skip to content

Commit

Permalink
Make package version actually dynamic
Browse files Browse the repository at this point in the history
Follow-up on commit 38ea830 in PR #74.
  • Loading branch information
bittner committed Nov 18, 2023
1 parent fb577e7 commit ab258df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyclean"
version = "2.7.6"
dynamic = ["version"]
description = "Pure Python cross-platform pyclean. Clean up your Python bytecode."
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down

0 comments on commit ab258df

Please sign in to comment.