We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b567ed commit 7dfb361Copy full SHA for 7dfb361
README
@@ -3,3 +3,5 @@ Flask-OAuth
3
Implements basic OAuth support for Flask. Currently it can only
4
be used to hook up with external OAuth services. It does not yet
5
support implementing providers.
6
+
7
+Documentation: http://packages.python.org/Flask-OAuth/
setup.cfg
@@ -0,0 +1,7 @@
1
+[build_sphinx]
2
+source-dir = docs/
+build-dir = docs/_build
+all_files = 1
+[upload_sphinx]
+upload-dir = docs/_build/html
0 commit comments