Skip to content

Commit

Permalink
Merge pull request #881 from sys-bio/not-experimental
Browse files Browse the repository at this point in the history
Turn off 'experimental' flag for full release.
  • Loading branch information
luciansmith committed Oct 8, 2021
2 parents 3bdfdb7 + 1a026c4 commit 79d3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def has_ext_modules(foo):
# when true, the pip package will have the name libroadrunner[experimental]
# and will be downloadable via pip from the experimental namespace:
# pip install libroadrunner[experimental]
EXPERIMENTAL = True
EXPERIMENTAL = False

setup(
name='libroadrunner-experimental' if EXPERIMENTAL else "libroadrunner",
Expand Down

0 comments on commit 79d3045

Please sign in to comment.