Skip to content

Commit a8156b9

Browse files
committed
- mark spatial as accepted
1 parent 3c4452b commit a8156b9

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
@@ -102,12 +102,12 @@ def get_dir_if_exists(variable, default):
102102
DEP_DIR32 = get_dir_if_exists('LIBSBML_DEP_DIR_32', '../win_libsbml_dependencies_32/')
103103
DEP_DIR64 = get_dir_if_exists('LIBSBML_DEP_DIR_64', '../win_libsbml_dependencies_64/')
104104

105-
packages = ['comp', 'fbc', 'layout', 'qual', 'groups', 'multi', 'render', 'distrib']
105+
packages = ['comp', 'fbc', 'layout', 'qual', 'groups', 'multi', 'render', 'distrib', 'spatial']
106106
if not os.getenv('LIBSBML_EXPERIMENTAL'):
107107
package_name = 'python-libsbml'
108108
else:
109109
package_name = 'python-libsbml-experimental'
110-
packages += ['arrays', 'dyn', 'requiredelements', 'spatial']
110+
packages += ['arrays', 'dyn', 'requiredelements']
111111

112112
if not SRC_DIR:
113113
src_defined = os.getenv('LIBSBML_SRC_DIR')

0 commit comments

Comments
 (0)