Commit graph

8 commits

Author SHA1 Message Date
Jonathan Neidel
6844957f0d Bump setuptools and remove OSI 2026-02-10 21:34:03 +01:00
Jonathan Neidel
2301da21b8 Fix pyproject project.license deprecation
Deprecation notice:

Please use a simple string containing a SPDX expression for `project.license`.
You can also use `project.license-files`. (Both options available on
setuptools>=77.0.0).

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
2026-02-10 21:26:20 +01:00
Karl Voit
778a2de5a0 switching from poetry to uv and pyproject.toml 2025-11-16 11:53:05 +01:00
Norwid Behrnd
5b2fd74ad3
docs(pyproject.toml): sort sequence of PyPI classifiers
For easier maintenance of pyproject.toml, the sequence of PyPI now
follows the reference page, <https://pypi.org/classifiers/>.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 15:00:08 +02:00
Norwid Behrnd
50f9074a86
fix(pyproject.toml): allow use in Python 3.10+ in Windows
The constraint regarding the Python interpreter was softened.  An
installation in Windows now automatically collects and installs
pypiwin32, too.  For now, inclusion of file README.org into the
wheel is blocked.

Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 14:51:04 +02:00
Karl Voit
0d5246aa3e pyproject.toml: added mandatory requires-python dependency for uv 2025-09-02 16:44:04 +02:00
Karl Voit
699055b813 pyproject.toml after migration from poetry to uv 2025-09-02 13:18:30 +02:00
Karl Voit
e0a2135877 added pyproject.toml during migration from poetry to uv 2025-09-02 13:17:07 +02:00