Skip to content

Commit

Permalink
setuptools, dynamic version update for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Jan 31, 2024
1 parent f69dc88 commit 89f266f
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 @@ -20,7 +20,7 @@ dependencies = [
]
description = "Bruker PvDataset Loader"
license = {text = "GNLv3"}
version = "0.3.10"
dynamic = ["version"]
maintainers = [{name = "SungHo Lee", email = 'shlee@unc.edu'}]
name = "brkraw"
readme = "README.md"
Expand All @@ -40,6 +40,9 @@ dev = [
"nbmake"
]

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

[project.scripts]
brkraw = "brkraw.scripts.brkraw:main"
brk-backup = 'brkraw.scripts.brk_backup:main'

0 comments on commit 89f266f

Please sign in to comment.