Skip to content

Commit

Permalink
screwing with setuptools scm
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 14, 2024
1 parent 2935105 commit 334c74e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel", "numpy", "transonic"]
build-backend = "setuptools.build_meta"

#[project]
#name = "brightest_path_lib"
#dynamic = ['version']

[tool.setuptools_scm]
write_to = "brightest_path_lib/_version.py"
version_scheme = "post-release"
#version_scheme = "post-release"
#local_scheme = "dirty-tag"
local_scheme = "no-local-version"

#[tool.setuptools.dynamic]
#version = { attr = 'mlsgrid_api.version' }
#version = { attr = "setuptools_scm.get_version" }
#version = { attr = 'brightest_path_lib.__version__' }

0 comments on commit 334c74e

Please sign in to comment.