Skip to content

Commit

Permalink
update setup.py docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
patx committed Feb 3, 2025
1 parent 2fa31d1 commit 7394de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
::
from MicroPie import
from MicroPie import App
class MyApp(Server):
class MyApp(App):
def index(self):
return 'Hello world!'
Expand All @@ -25,7 +25,7 @@ def index(self):
from distutils.core import setup

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

0 comments on commit 7394de5

Please sign in to comment.