Skip to content

Commit e7d2369

Browse files
a few suggestions from the PR discussion
1 parent 398b4fb commit e7d2369

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/single_source_version.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Single-sourcing the Project Version
55
===================================
66

77
:Page Status: Complete
8-
:Last Reviewed: 2015-09-08
8+
:Last Reviewed: 2024-??
99

1010
One of the challenges in building packages is that the version string can be required in multiple places.
1111

@@ -34,13 +34,15 @@ Consult your build system's documentation for their recommended method.
3434
Build System Version Handling
3535
----------------------------
3636

37-
* `Hatch <https://hatch.pypa.io/1.9/version/>`_
37+
* `Flit <https://flit.pypa.io/en/stable/>`_
38+
39+
* `Hatchling <https://hatch.pypa.io/1.9/version/>`_
40+
41+
* `PDM <https://pdm-project.org/en/latest/reference/pep621/#__tabbed_1_2>`_
3842

3943
* `Setuptools <https://setuptools.pypa.io/en/latest/userguide/distribution.html#specifying-your-project-s-version>`_
4044

4145
- `setuptools_scm <https://setuptools-scm.readthedocs.io/en/latest/>`_
4246

43-
* `Flit <https://flit.pypa.io/en/stable/>`_
4447

45-
* `PDM <https://pdm-project.org/en/latest/reference/pep621/#__tabbed_1_2>`_
4648

0 commit comments

Comments
 (0)