From dcde0eec5ff5215ca8b788836b8c1d67694c92a3 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 17 Feb 2022 16:12:56 +1100 Subject: [PATCH] MAINT: tidy up and migrate to main --- .github/workflows/ci.yml | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c88f11..c7ff95a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: continuous-integration on: push: - branches: [master] + branches: [main] tags: - 'v*' pull_request: diff --git a/setup.py b/setup.py index e9c9918..077a26a 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ VERSION = "v0.3.1" LONG_DESCRIPTION = """ -This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension +This package contains a [Sphinx](http://www.sphinx-doc.org/) extension for producing exercise and solution directives. -This project is maintained and supported by [najuzilu](https://github.com/najuzilu). +This project is maintained and supported by the Executable Books Project. """ SHORT_DESCRIPTION = "A Sphinx extension for producing exercises and solutions."