diff --git a/www/pike/language-bindings.html b/www/pike/language-bindings.html
index 4666a01419..d3dddb14ea 100644
--- a/www/pike/language-bindings.html
+++ b/www/pike/language-bindings.html
@@ -25,7 +25,7 @@
Bindings for the OpenStack APIs
{% for project in projects|sort(attribute='service') -%}
-{% if project.type == 'cloud-client' %}
+{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
{{project.service}} ({{project.description}})
diff --git a/www/queens/language-bindings.html b/www/queens/language-bindings.html
index 721b39fe0c..bf04cd0626 100644
--- a/www/queens/language-bindings.html
+++ b/www/queens/language-bindings.html
@@ -25,7 +25,7 @@
Bindings for the OpenStack APIs
{% for project in projects|sort(attribute='service') -%}
-{% if project.type == 'cloud-client' %}
+{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
{{project.service}} ({{project.description}})
diff --git a/www/rocky/language-bindings.html b/www/rocky/language-bindings.html
index 721b39fe0c..bf04cd0626 100644
--- a/www/rocky/language-bindings.html
+++ b/www/rocky/language-bindings.html
@@ -25,7 +25,7 @@
Bindings for the OpenStack APIs
{% for project in projects|sort(attribute='service') -%}
-{% if project.type == 'cloud-client' %}
+{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
{{project.service}} ({{project.description}})
diff --git a/www/stein/language-bindings.html b/www/stein/language-bindings.html
index 721b39fe0c..bf04cd0626 100644
--- a/www/stein/language-bindings.html
+++ b/www/stein/language-bindings.html
@@ -25,7 +25,7 @@
Bindings for the OpenStack APIs
{% for project in projects|sort(attribute='service') -%}
-{% if project.type == 'cloud-client' %}
+{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
{{project.service}} ({{project.description}})