Skip to content

Commit 7dfb361

Browse files
committed
Updated README, added setup.cfg
1 parent 4b567ed commit 7dfb361

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Flask-OAuth
33
Implements basic OAuth support for Flask. Currently it can only
44
be used to hook up with external OAuth services. It does not yet
55
support implementing providers.
6+
7+
Documentation: http://packages.python.org/Flask-OAuth/

setup.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build_sphinx]
2+
source-dir = docs/
3+
build-dir = docs/_build
4+
all_files = 1
5+
6+
[upload_sphinx]
7+
upload-dir = docs/_build/html

0 commit comments

Comments
 (0)