Skip to content

Commit 5750e8c

Browse files
committed
fix on setup tools
1 parent 7d83188 commit 5750e8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flask_oauthlib/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
NAME = 'Flask-OAuthlib'
44

5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66

77
AUTHOR = "Hsiaoming Yang <[email protected]>"
88

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
url=info.REPOSITORY,
2121
packages=["flask_oauthlib"],
2222
description="OAuthlib for Flask",
23+
zip_safe=False,
24+
include_package_data=True,
25+
platforms='any',
2326
long_description=open('README.rst').read(),
2427
license=open('LICENSE').read(),
2528
install_requires=[

0 commit comments

Comments
 (0)