forked from orbit-oss/flask
Syntax highlighting for PyPI long description
This commit is contained in:
parent
6309987dca
commit
1358fd9f3e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -8,7 +8,7 @@ intentions. And before you ask: It's BSD licensed!
|
|||
Flask is Fun
|
||||
````````````
|
||||
|
||||
::
|
||||
.. code:: python
|
||||
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
|
@ -23,7 +23,7 @@ Flask is Fun
|
|||
And Easy to Setup
|
||||
`````````````````
|
||||
|
||||
::
|
||||
.. code:: bash
|
||||
|
||||
$ pip install Flask
|
||||
$ python hello.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue