Updated setup.py a bit. This fixes #1018
This commit is contained in:
parent
e3a81497f9
commit
2639a23b88
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -8,6 +8,8 @@ intentions. And before you ask: It's BSD licensed!
|
|||
Flask is Fun
|
||||
````````````
|
||||
|
||||
Save in a hello.py:
|
||||
|
||||
.. code:: python
|
||||
|
||||
from flask import Flask
|
||||
|
|
@ -23,6 +25,8 @@ Flask is Fun
|
|||
And Easy to Setup
|
||||
`````````````````
|
||||
|
||||
And run it:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ pip install Flask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue