use dynamic version in pyproject.toml
This commit is contained in:
parent
190bb0742e
commit
00b2f54381
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rsbbs"
|
name = "rsbbs"
|
||||||
version = "0.1.0"
|
dynamic = ["version"]
|
||||||
authors = [
|
authors = [
|
||||||
{ name="John Burwell", email="john@atatdotdot.com" },
|
{ name="John Burwell", email="john@atatdotdot.com" },
|
||||||
]
|
]
|
||||||
@ -31,3 +31,6 @@ repository = "https://git.b-wells.us/jmbwell/rsbbs"
|
|||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
rsbbs = ["config_default.yaml"]
|
rsbbs = ["config_default.yaml"]
|
||||||
|
|
||||||
|
[tool.setuptools.dynamic]
|
||||||
|
version = {attr = "rsbbs.__version__"}
|
||||||
Loading…
Reference in New Issue
Block a user