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
+6
View File
@@ -1,3 +1,9 @@
### 3.0.2
- Add package metadata for Gitea PyPI registry publishing.
- Add Gitea workflow for tagged package releases.
- Add explicit redis-trio extra for the bundled Trio Redis client.
### 2.1.0
- `session_cookie_name` fix