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",