Skip to content

Commit

Permalink
Use dynamic version with setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Apr 22, 2024
1 parent 8758d89 commit 55fb84c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "prosemirror"
version = "0.4.0"
dynamic = ["version"]
description = "Python implementation of core ProseMirror modules for collaborative editing"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -27,6 +27,8 @@ dev = [
"ruff~=0.4",
]

[tool.setuptools_scm]

[tool.ruff.lint]
select = [
"ANN",
Expand Down

0 comments on commit 55fb84c

Please sign in to comment.