Skip to content

Commit

Permalink
Re-order list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Feb 27, 2024
1 parent e39c079 commit 3305649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand All @@ -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'),
Expand Down

0 comments on commit 3305649

Please sign in to comment.