Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ 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

.. 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
Expand Down