Skip to content

Commit

Permalink
exp: dump dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 3, 2025
1 parent dd8dbaa commit 82cb472
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "wxc"
version = "7.2.dev0"
description = "A CLI facility to inspect Python environments."
authors = [
{ name = "C.M.T. Robert" },
Expand All @@ -21,7 +22,7 @@ requires-python = ">=3.10"
dependencies = [
"rich>=10.13.0",
]
dynamic = ["version"]


[project.license]
text = "GPL-3.0"
Expand Down Expand Up @@ -62,9 +63,6 @@ license-files = [
]
include-package-data = false

[tool.setuptools.dynamic]
version = {attr = "wxc.__version__"}

[tool.setuptools.packages.find]
where = ["src"]
namespaces = false
Expand Down

0 comments on commit 82cb472

Please sign in to comment.