Skip to content

Commit 5f12b2f

Browse files
committed
Sync with upstream
2 parents 80167c4 + dd27fe1 commit 5f12b2f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
*.pyo
44
docs/_build
55
dist
6+
build
7+
*.egg*
File renamed without changes.

flaskext/__init__.py

-1
This file was deleted.

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616

1717
setup(
1818
name='Flask-OAuth',
19-
version='0.11',
19+
version='0.12-dev',
2020
url='http://github.com/mitsuhiko/flask-oauth',
2121
license='BSD',
2222
author='Armin Ronacher',
2323
author_email='armin.ronacher@active-4.com',
2424
description='Adds OAuth support to Flask',
2525
long_description=__doc__,
26-
packages=['flaskext'],
27-
namespace_packages=['flaskext'],
26+
py_modules=['flask_oauth'],
2827
zip_safe=False,
2928
platforms='any',
3029
install_requires=[

0 commit comments

Comments
 (0)