chore: prepare package publishing metadata
Build & Publish Package / publish (push) Successful in 30s

- Add Gitea workflow for tagged package releases.
- Move package metadata into pyproject.toml.
- Bump the package version to 3.0.2.
- Define optional extras for dotenv, MongoDB, Redis, and Trio Redis.
- Keep setup.py as a minimal setuptools entry point.
- Disable universal wheel output for Python 3 only builds.
This commit is contained in:
2026-09-06 01:52:06 +02:00
parent ce173e43c7
commit f5076112a1
5 changed files with 77 additions and 60 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
[wheel]
universal = 1
[bdist_wheel]
universal = 0