Skip to content

Commit f75f252

Browse files
committed
applying NumPy like modifications
1 parent 1b7dfda commit f75f252

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
# For the full list of built-in configuration values, see the documentation:
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
55

6+
from datetime import datetime
7+
68
# -- Project information -----------------------------------------------------
79
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
810

911
project = 'NumPy QuadDType'
10-
copyright = '2025, NumPy Community'
11-
author = 'NumPy Community'
12+
year = datetime.now().year
13+
copyright = f'2024-{year}, NumPy Developers'
14+
author = 'Written by the NumPy community'
1215
release = '1.0.0'
1316
version = '1.0.0'
1417

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ readme = 'README.md'
1616
license = "BSD-3-Clause"
1717
license-files = ["LICENSE"]
1818
authors = [{name = "Swayam Singh", email = "singhswayam008@gmail.com"}]
19+
maintainers = [{name = "NumPy Developers", email = "numpy-discussion@python.org"}]
1920
classifiers = [
2021
"Development Status :: 5 - Production/Stable",
2122
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)