Skip to content

Commit f79cb94

Browse files
committed
update PyPI/setup.py doc
1 parent c2a3174 commit f79cb94

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

setup.py

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,16 @@
22
Flask-PyMongo
33
-------------
44
5-
PyMongo support for Flask applications.
6-
7-
Installation
8-
============
5+
MongoDB support for Flask applications.
96
107
Flask-PyMongo is pip-installable:
118
12-
pip install Flask-PyMongo
13-
14-
You can install the latest development snapshot like so:
15-
16-
pip install http://github.com/dcrosta/flask-pymongo/tarball/master#egg=Flask-PyMongo-dev
9+
$ pip install Flask-PyMongo
1710
18-
Development
19-
===========
11+
Documentation for Flask-PyMongo is available on `ReadTheDocs
12+
<http://flask-pymongo.readthedocs.io/en/latest/>`_.
2013
21-
Source code is hosted in `GitHub <https://github.com/dcrosta/flask-pymongo>`_.
14+
Source code is hosted on `GitHub <https://github.com/dcrosta/flask-pymongo>`_.
2215
Contributions are welcome!
2316
"""
2417

0 commit comments

Comments
 (0)