diff --git a/doc/conf.py b/doc/conf.py index 0a05aa7..96826a3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -17,7 +17,7 @@ sys.path.insert(0, os.path.abspath('..')) -import pyDOE2 +import pyDOE3 # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -43,7 +43,7 @@ master_doc = 'index_TOC' # General information about the project. -project = u'pyDOE2' +project = u'pyDOE3' if date.today().year!=2013: copyright = u'2013–%d, Abraham Lee' % date.today().year else: diff --git a/pyproject.toml b/pyproject.toml index 9833169..736740b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] -name = "pyDOE2" +name = "pyDOE3" dynamic = ["version"] description = "Design of experiments for Python" readme = "README.md" @@ -42,7 +42,7 @@ classifiers = [ dependencies = ["numpy", "scipy"] [project.urls] -source = "https://github.com/clicumu/pyDOE2" +source = "https://github.com/relf/pyDOE3" [tool.hatch.version] source = "vcs"