[Writing_plugins.rst] Updating doc(#10721)
This commit is contained in:
parent
3f766715a4
commit
2c363a2356
|
@ -1,13 +1 @@
|
||||||
replace
|
originally written for setuptools, and then changed the backend to hatchling and now doc updated for `project entry points`
|
||||||
```[project.entry_points]
|
|
||||||
pytest11 = [
|
|
||||||
"myproject = myproject.pluginmodule",
|
|
||||||
]```
|
|
||||||
with
|
|
||||||
```
|
|
||||||
[project.entry-points.pytest11]
|
|
||||||
myproject = "myproject.pluginmodule"```
|
|
||||||
|
|
||||||
also,remove
|
|
||||||
```[tool.setuptools]
|
|
||||||
packages = ["myproject"]```
|
|
||||||
|
|
Loading…
Reference in New Issue