We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d83188 commit 5750e8cCopy full SHA for 5750e8c
flask_oauthlib/info.py
@@ -2,7 +2,7 @@
2
3
NAME = 'Flask-OAuthlib'
4
5
-VERSION = "0.1.0"
+VERSION = "0.1.1"
6
7
AUTHOR = "Hsiaoming Yang <[email protected]>"
8
setup.py
@@ -20,6 +20,9 @@
20
url=info.REPOSITORY,
21
packages=["flask_oauthlib"],
22
description="OAuthlib for Flask",
23
+ zip_safe=False,
24
+ include_package_data=True,
25
+ platforms='any',
26
long_description=open('README.rst').read(),
27
license=open('LICENSE').read(),
28
install_requires=[
0 commit comments