Skip to content

Commit

Permalink
set dynamic versioning in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed Jul 11, 2024
1 parent f95c400 commit 4d3144c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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 = "ib_fundamental"
version = "0.0.2"
dynamic = ["version"]
authors = [{ name = "gnzsnz" }]
description = "Interactive Brokers Fundamental data for humans"
readme = "README.md"
Expand Down Expand Up @@ -47,6 +47,9 @@ profile = "black"
[tool.setuptools]
packages = ["ib_fundamental"]

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

[tool.pylint.main]
load-plugins = ["pylint_pytest"]

Expand Down

0 comments on commit 4d3144c

Please sign in to comment.