Skip to content

Commit 74f7bd0

Browse files
committed
Fix author name
1 parent 929daf4 commit 74f7bd0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"namespace": "sphinxnotes",
88
"name": "snippet",
99
"full_name": "sphinxnotes-snippet",
10-
"author": "Sphinx documentation snippets manager",
10+
"author": "Shengyu Zhang",
1111
"description": "Sphinx documentation snippets manager",
1212
"version": "1.0",
1313
"github_owner": "sphinx-notes",

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2023, Sphinx documentation snippets manager
3+
Copyright (c) 2023, Shengyu Zhang
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- Project information -----------------------------------------------------
1414

1515
project = 'sphinxnotes-snippet'
16-
author = 'Sphinx documentation snippets manager'
16+
author = 'Shengyu Zhang'
1717
copyright = "2023, " + author
1818

1919
# The full version, including alpha/beta/rc tags

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Contents
6565
The Sphinx Notes Project
6666
========================
6767

68-
This project is a developed by `Sphinx documentation snippets manager`__,
68+
This project is a developed by `Shengyu Zhang`__,
6969
as part of **The Sphinx Notes Project**.
7070

7171
.. toctree::

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ name = "sphinxnotes-snippet"
1010
description = "Sphinx documentation snippets manager"
1111
readme = "README.rst"
1212
license = { file = "BSD-3-Clause" }
13-
authors = [ { name = "Sphinx documentation snippets manager" } ]
14-
maintainers = [ { name = "Sphinx documentation snippets manager" } ]
13+
authors = [ { name = "Shengyu Zhang" } ]
14+
maintainers = [ { name = "Shengyu Zhang" } ]
1515
keywords = ["sphinx", "extension", "documentation"] # TOOD: additional_keywords
1616
classifiers = [
1717
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)