Skip to content

Commit f65feab

Browse files
committed
Correct some smaller issues when building
* Remove :ref: in README.rst * Add tool.setuptools_scm section in pyproject.toml
1 parent 2154ce7 commit f65feab

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ A Python module to simplify `semantic versioning`_.
1010

1111
.. teaser-end
1212
13-
.. note::
14-
15-
This project works for Python 3.7 and greater only.
16-
Refer to :ref:`version-policy` for more details.
17-
18-
1913
The module follows the ``MAJOR.MINOR.PATCH`` style:
2014

2115
* ``MAJOR`` version when you make incompatible API changes,

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ requires = [
1313
]
1414
build-backend = "setuptools.build_meta"
1515

16+
[tool.setuptools_scm]
17+
version_scheme = "post-release"
18+
local_scheme = "dirty-tag"
1619

1720
[tool.mypy]
1821
# ignore_missing_imports = true

0 commit comments

Comments
 (0)