Skip to content

Commit

Permalink
Still renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Oct 24, 2023
1 parent 70e606c commit 71a3996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 71a3996

Please sign in to comment.