Skip to content

Commit 0fb3400

Browse files
committed
MAINT: rename the package/module
1 parent 4978639 commit 0fb3400

25 files changed

+13
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["flit_core >=3.2,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
6-
name = "scpdt"
6+
name = "scipy_doctest"
77
maintainers = [
88
{name = "SciPy developers", email = "[email protected]"}
99
]
@@ -38,4 +38,4 @@ addopts = "--verbose --color=yes"
3838
# specify project entrypoints to make each plugin discoverable by pytest
3939
# ref: https://docs.pytest.org/en/latest/how-to/writing_plugins.html#making-your-plugin-installable-by-others
4040
[project.entry-points.pytest11]
41-
scpdt = "scpdt.plugin"
41+
scipy_doctest = "scipy_doctest.plugin"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)