From 1e6ce33875065da254f92ffcf710aebaa7a3d904 Mon Sep 17 00:00:00 2001 From: Mirochill <200482516+Mirochill@users.noreply.github.com> Date: Mon, 25 May 2026 21:09:11 +0200 Subject: [PATCH] Normalize package name metadata --- readme.rst | 10 +++++----- setup.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.rst b/readme.rst index f8aa11f..781cd4d 100644 --- a/readme.rst +++ b/readme.rst @@ -6,8 +6,8 @@ Keg: more than Flask .. image:: https://codecov.io/github/level12/keg/coverage.svg?branch=master :target: https://codecov.io/github/level12/keg?branch=master -.. image:: https://img.shields.io/pypi/v/Keg.svg - :target: https://img.shields.io/pypi/v/Keg.svg +.. image:: https://img.shields.io/pypi/v/keg.svg + :target: https://img.shields.io/pypi/v/keg.svg .. image:: https://img.shields.io/pypi/l/keg.svg :target: https://img.shields.io/pypi/l/keg.svg @@ -15,8 +15,8 @@ Keg: more than Flask .. image:: https://img.shields.io/pypi/pyversions/keg.svg :target: https://img.shields.io/pypi/pyversions/keg.svg -.. image:: https://img.shields.io/pypi/status/Keg.svg - :target: https://img.shields.io/pypi/status/Keg.svg +.. image:: https://img.shields.io/pypi/status/keg.svg + :target: https://img.shields.io/pypi/status/keg.svg .. image:: https://ci.appveyor.com/api/projects/status/wm35hheykxs8851r :alt: AppVeyor Build @@ -309,7 +309,7 @@ Links ===== * Documentation: https://keg.readthedocs.io/en/stable/index.html -* Releases: https://pypi.org/project/Keg/ +* Releases: https://pypi.org/project/keg/ * Code: https://github.com/level12/keg * Issue tracker: https://github.com/level12/keg/issues * Questions & comments: http://groups.google.com/group/blazelibs diff --git a/setup.py b/setup.py index af45dea..b250e09 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ exec(fo.read(), version_globals) setup( - name="Keg", + name="keg", version=version_globals['VERSION'], description=("A web framework built on Flask & SQLAlchemy." " Somewhere North of Flask but South of Django."),