Skip to content

Commit

Permalink
rename pytest plugin to pytest_jwst include in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 13, 2024
1 parent 67dee7c commit f42de93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ world_coords = "jwst.scripts.world_coords:main"
jwst = "jwst.stpipe.integration:get_steps"

[project.entry-points.pytest11]
report_crds_context = "pytest_crds.plugin"
report_crds_context = "pytest_jwst.plugin"

[project.optional-dependencies]
docs = [
Expand Down Expand Up @@ -128,6 +128,7 @@ include-package-data = false

[tool.setuptools.packages.find]
namespaces = false
include = ["pytest_jwst*", "jwst*"]

[tool.setuptools.package-data]
"*" = [
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f42de93

Please sign in to comment.