Skip to content

Commit b6cceb2

Browse files
author
khz
committed
fixed bug in tests module.
1 parent ff546bd commit b6cceb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pythononwheels/start/migrations/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# to the declarative schema
2727
#
2828
import os
29-
exclude_list=["modelobject", "basemodel", "elastic", "tinydb"]
29+
exclude_list=["modelobject", "basemodel", "elastic", "tinydb", "tinymodel", "sqlmodel", "mongomodel"]
3030
#
3131
# the list of modules (excluding _ones and basemodel. Add more you dont want
3232
# to be loaded or inspected to exclude_list above.)

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
setup(name='pythononwheels',
11-
version='0.841b',
11+
version='0.85b',
1212
description='The simple, quick and easy generative web framework for python',
1313
long_description=long_description,
1414
classifiers=[
@@ -39,6 +39,7 @@
3939
"start/models/tinydb/*",
4040
"start/models/elastic/*",
4141
"start/models/sql/*",
42+
"start/models/mongodb/*",
4243
"start/static/*",
4344
"start/static/css/*",
4445
"start/static/js/*",

0 commit comments

Comments
 (0)