Skip to content

Commit ec87592

Browse files
committed
Fix pyproject.toml versioning
1 parent a79b4e0 commit ec87592

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ devel = [
3838
]
3939

4040
[tool.setuptools_scm]
41-
version_file = "streamlit_scroll_navigation/_version.py"
42-
#local_scheme = "no-local-version" # This will strip the local version
41+
#version_file = "streamlit_scroll_navigation/_version.py"
42+
local_scheme = "no-local-version" # This will strip the local version
4343
version_scheme = "guess-next-dev"
4444

4545

streamlit_scroll_navigation/_version.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)