Skip to content

Commit

Permalink
- mark spatial as accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Apr 3, 2023
1 parent 3c4452b commit a8156b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ def get_dir_if_exists(variable, default):
DEP_DIR32 = get_dir_if_exists('LIBSBML_DEP_DIR_32', '../win_libsbml_dependencies_32/')
DEP_DIR64 = get_dir_if_exists('LIBSBML_DEP_DIR_64', '../win_libsbml_dependencies_64/')

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

if not SRC_DIR:
src_defined = os.getenv('LIBSBML_SRC_DIR')
Expand Down

0 comments on commit a8156b9

Please sign in to comment.