diff --git a/.github/workflows/website_auto.yml b/.github/workflows/website_auto.yaml
similarity index 100%
rename from .github/workflows/website_auto.yml
rename to .github/workflows/website_auto.yaml
diff --git a/README.md b/README.md
index 091783dd..ff62ee46 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,11 @@
-
-
- The Selector Library
-
-
+
+
+
+
[![This project supports Python 3.9+](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org/downloads)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
-[![GitHub Actions CI Tox Status](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml)
+[![CI Tox](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml)
[![codecov](https://codecov.io/gh/theochem/Selector/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/Selector)
The `selector` library provides methods for selecting a diverse subset of a (molecular) dataset.
diff --git a/pyproject.toml b/pyproject.toml
index a77b929e..25ccdb28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -200,7 +200,7 @@ selector = ["*.xml"]
# Python modules and packages that are included in the
# distribution package (and therefore become importable)
[tool.setuptools.packages.find]
-exclude = ["*/*/tests", "tests_*", "examples", "book/content", "notebooks"]
+exclude = ["*/*/tests", "tests_*", "examples", "notebooks"]
# PDM example