version 0.14. introducing breaking change to switch import from `MicroPie` to `micropie`

Commit a028a9f · patx · 2025-06-29T14:28:12-04:00

Changeset
a028a9f1ac192f19d85dc97daf0a62eafb2fa4f2
Parents
4baa969e164a1f5dadb69e576224fc2930c8b5b0

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/pyproject.toml b/pyproject.toml
index 8f3142e..3c9d7fb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["flit_core>=3.9,<4"]
 build-backend = "flit_core.buildapi"
 
 [project]
-name = "MicroPie"
+name = "micropie"
 version = "0.14"
 description = "An ultra micro ASGI web framework"
 keywords = ["micropie", "asgi", "microframework", "http"]