Skip to content

Commit 4e17c70

Browse files
authored
Merge pull request #30 from bnmajor/versioning
docs(versioning): Sync package version with git tag using setuptools_scm
2 parents 376ade6 + 5982f38 commit 4e17c70

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setuptools.setup(
3030
name="tensorboard_plugin_3d",
31-
version="0.1.1",
31+
use_scm_version=True,
3232
description="TensorBoard plugin for 3D visualization",
3333
long_description=long_description,
3434
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)