Skip to content

Commit

Permalink
update setup.py to version 0.5, (switched to wsgi dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
patx committed Jan 24, 2025
1 parent 02546ea commit 1aed081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 149 deletions.
147 changes: 0 additions & 147 deletions docs/new.html

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MicroPie
--------
MicroPie is lightweight, fast, and simple micro web framework inspired by CherryPy. And it's BSD licensed!
MicroPie is lightweight, fast, and simple micro WSGI framework inspired by CherryPy. And it's BSD licensed!
MicroPie is Fun
Expand Down Expand Up @@ -38,7 +38,7 @@ def index(self):
from distutils.core import setup

setup(name="MicroPie",
version="0.4",
version="0.5",
description="A ultra micro web framework w/ Jinja2.",
long_description=__doc__,
author="Harrison Erd",
Expand Down

0 comments on commit 1aed081

Please sign in to comment.