Skip to content

Commit

Permalink
Turn off 'experimental' for release
Browse files Browse the repository at this point in the history
Somehow the change was lost again...
  • Loading branch information
luciansmith authored Oct 19, 2021
1 parent 337d2ce commit 7a82066
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 7a82066

Please sign in to comment.