From 480193398fbc38cac9a4f52d9159d1eb6812a348 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Tue, 27 Feb 2024 16:26:43 +0000 Subject: [PATCH] Re-order list --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 869d102a75446..b8b1ff2776a01 100755 --- a/python/setup.py +++ b/python/setup.py @@ -105,8 +105,6 @@ def run(self): 'build type (debug or release), default release'), ('boost-namespace=', None, 'namespace of boost (default: boost)'), - ('with-azure', None, - 'build the Azure Blob Storage extension'), ('with-cuda', None, 'build the Cuda extension'), ('with-flight', None, 'build the Flight extension'), ('with-substrait', None, 'build the Substrait extension'), @@ -115,6 +113,8 @@ def run(self): ('with-parquet', None, 'build the Parquet extension'), ('with-parquet-encryption', None, 'build the Parquet encryption extension'), + ('with-azure', None, + 'build the Azure Blob Storage extension'), ('with-gcs', None, 'build the Google Cloud Storage (GCS) extension'), ('with-s3', None, 'build the Amazon S3 extension'),