diff --git a/wrappers/Python/setup.py b/wrappers/Python/setup.py index 1ed35c25cf..b66b413a9a 100644 --- a/wrappers/Python/setup.py +++ b/wrappers/Python/setup.py @@ -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",