Commit graph

6 commits

Author SHA1 Message Date
Norwid Behrnd
d53e71a126 build(pyproject.toml): correct omission of name
The creation of a Python wheel with `python -m build` was
impossible because the project section previously omitted
the `name` parameter.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-03-24 08:25:52 +01:00
Karl Voit
5edf3cde92 updated version 2024-04-26 15:53:31 +02:00
Karl Voit
fcdbc493f7
Merge pull request #26 from nbehrnd/poetry_p310
fix() decrement-Python-dependency-to-v3.9+, update-dates
2024-04-26 15:47:33 +02:00
Karl Voit
2399eb52f0 updated pyproject.toml, fixing #26 2024-04-26 15:45:36 +02:00
Norwid Behrnd
e7990c076e fix() decrement-Python-dependency-to-v3.9+, update-dates
The previous setup defined by `pyproject.toml` required
Python 3.11 as minimal version, hence excluding the installation
of `date2name` with older editions of Python.  Because the
utility exclusively uses modules of Python's standard library
(checked with `pipreqs`, version 0.4.13), the threshold was
lowered to Python 3.9+ instead.  Released on 2020-10-05, its end
of support is scheduled for 2025-10.[1]

In addition, a few internal date stamps were updated gently.

[1] https://www.python.org/downloads/

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2024-04-25 13:52:06 +02:00
Karl Voit
5a60e7ea6c added poetry files 2024-03-10 18:25:57 +01:00