File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Single-sourcing the Project Version
5
5
===================================
6
6
7
7
:Page Status: Complete
8
- :Last Reviewed: 2015-09-08
8
+ :Last Reviewed: 2024-??
9
9
10
10
One of the challenges in building packages is that the version string can be required in multiple places.
11
11
@@ -34,13 +34,15 @@ Consult your build system's documentation for their recommended method.
34
34
Build System Version Handling
35
35
----------------------------
36
36
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 >`_
38
42
39
43
* `Setuptools <https://setuptools.pypa.io/en/latest/userguide/distribution.html#specifying-your-project-s-version >`_
40
44
41
45
- `setuptools_scm <https://setuptools-scm.readthedocs.io/en/latest/ >`_
42
46
43
- * `Flit <https://flit.pypa.io/en/stable/ >`_
44
47
45
- * `PDM <https://pdm-project.org/en/latest/reference/pep621/#__tabbed_1_2 >`_
46
48
You can’t perform that action at this time.
0 commit comments