Skip to content

Commit 0362680

Browse files
committed
Started using setuptools_scm to populate version automatically.
1 parent 165a0c9 commit 0362680

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=61.2"]
2+
requires = ["setuptools>=61.2", "setuptools_scm[toml]>=3.4.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mdv"
7-
version = "1.7.4"
87
authors = [{name = "Axiros GmbH", email = "[email protected]"}]
98
description = "Terminal Markdown Viewer"
109
keywords = [
@@ -26,6 +25,7 @@ classifiers = [
2625
"Programming Language :: Python :: 3.7",
2726
]
2827
dependencies = ["pygments", "markdown"]
28+
dynamic = ["version"]
2929

3030
[project.readme]
3131
file = "README.md"
@@ -49,3 +49,5 @@ include-package-data = true
4949
include = ["mdv", "mdv.*"]
5050
namespaces = false
5151

52+
[tool.setuptools_scm]
53+

0 commit comments

Comments
 (0)