Skip to content

Commit dcde0ee

Browse files
committed
MAINT: tidy up and migrate to main
1 parent 92b9614 commit dcde0ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: continuous-integration
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags:
77
- 'v*'
88
pull_request:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
VERSION = "v0.3.1"
66

77
LONG_DESCRIPTION = """
8-
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
8+
This package contains a [Sphinx](http://www.sphinx-doc.org/) extension
99
for producing exercise and solution directives.
1010
11-
This project is maintained and supported by [najuzilu](https://github.com/najuzilu).
11+
This project is maintained and supported by the Executable Books Project.
1212
"""
1313

1414
SHORT_DESCRIPTION = "A Sphinx extension for producing exercises and solutions."

0 commit comments

Comments
 (0)