From c384f0bd37d93383a5db34d5216d778ec1fe59a7 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Sat, 7 Sep 2024 18:56:43 -0400 Subject: [PATCH 1/3] Fix the rendering problem --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 091783dd..b3fc63e2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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 From 7cf8234c7c9423ba2ff1376c32d493bfd28a83e9 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Sat, 7 Sep 2024 19:04:28 -0400 Subject: [PATCH 2/3] Rename yml --> yaml --- .github/workflows/{website_auto.yml => website_auto.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{website_auto.yml => website_auto.yaml} (100%) 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 From d61401c21939de697e7fc85aaff48c0caee1380c Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Sat, 7 Sep 2024 21:23:53 -0400 Subject: [PATCH 3/3] Update logo position --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3fc63e2..ff62ee46 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ - -

- The Selector Library - Logo -

+
+ + Logo +
[![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/)