Skip to content

Commit

Permalink
Add scm versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DragaDoncila committed Nov 1, 2023
1 parent 4ab7734 commit fafcc68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ tramp
.dir-locals.el

github_cache.sqlite

# version

dummy_test_plugin/_version.py
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools", "wheel", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "dummy_test_plugin/_version.py"

0 comments on commit fafcc68

Please sign in to comment.