Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Dec 4, 2023
1 parent 3717319 commit 13f6d83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/source/how_to_guides/how_to_write_a_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ for by [setuptools_scm](https://github.com/pypa/setuptools_scm), the entry-point
specified in `pyproject.toml`.

```toml
# Content of pyproject.toml

[project]
name = pytask-plugin
name = "pytask-plugin"

[tool.setuptools.package-dir]
"" = "src"
Expand All @@ -54,8 +52,6 @@ pytask_plugin = "pytask_plugin.plugin"
For `setuptools_scm` you also need the following additions in `pyproject.toml`.

```toml
# Content of pyproject.toml

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]

Expand Down

0 comments on commit 13f6d83

Please sign in to comment.