From 12dddb4cbe8d72c184855cf4d804139d5f3c03b2 Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:51:27 +0000 Subject: [PATCH] docs: fix DeepModeling brand name Change "Deep Modeling" (with space) to "DeepModeling" (no space). "Deep Modeling" is an incorrect brand name. The correct one is "DeepModeling". Generated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/19. --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 18416748..b74b86f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = "DPTI" -copyright = "2021-%d, Deep Modeling" % date.today().year +copyright = "2021-%d, DeepModeling" % date.today().year author = "DeepModeling" diff --git a/pyproject.toml b/pyproject.toml index 619dec04..2705bd0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "dpti" dynamic = ["version"] description = "Python dpti for thermodynamics integration" -authors = [{ name = "Deep Modeling Team" }] +authors = [{ name = "DeepModeling Team" }] license = {file = "LICENSE"} classifiers = [ "Programming Language :: Python :: 3.7",