Skip to content

Commit

Permalink
[Writing_plugins.rst] Updating doc(pytest-dev#10721)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegarvi committed Feb 11, 2023
1 parent 3f76671 commit 2c363a2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions changelog/10721.doc.rst
@@ -1,13 +1 @@
replace
```[project.entry_points]
pytest11 = [
"myproject = myproject.pluginmodule",
]```
with
```
[project.entry-points.pytest11]
myproject = "myproject.pluginmodule"```
also,remove
```[tool.setuptools]
packages = ["myproject"]```
originally written for setuptools, and then changed the backend to hatchling and now doc updated for `project entry points`

0 comments on commit 2c363a2

Please sign in to comment.