Merge pull request #719 from cenkalti/master

Syntax highlighting for PyPI long description
This commit is contained in:
Kenneth Reitz 2013-05-03 10:11:40 -07:00
commit 34433cfd98

View file

@ -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