Skip to content

Commit 7942d08

Browse files
committed
fix
1 parent 706eec9 commit 7942d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_pkg_data():
2626
return pkg_data
2727

2828
config = dict(
29-
name='flask-xl',
29+
name='flaskxxl',
3030
version=get_version(),#'0.0.9',
3131
include_package_data=True,
3232
author='Kyle Roux',
@@ -36,7 +36,7 @@ def get_pkg_data():
3636
packages=['flask_xxl'],
3737
package_data = {'':findall('flask_xxl')}, #['*.bob','*.html','*.js','*.css','*',]},
3838
install_requires=[
39-
'flask==0.10.1',
39+
'flask>=0.10.1',
4040
'flask-alembic==1.0.2',
4141
'flask-sqlalchemy==2.0',
4242
'flask-script==2.0.5',

0 commit comments

Comments
 (0)