Skip to content

Commit

Permalink
chore(docs): fix outdated link (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 5, 2023
1 parent 08f7b93 commit 5b333c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/developers/packaging.md
Expand Up @@ -71,7 +71,8 @@ of doing this.

All project metadata, together with the dependencies and the configuration of the packaging tool poetry, is defined in
`pyproject.toml`. The authoritative resource on how to create this file is
[https://packaging.python.org/en/latest/specifications/declaring-project-metadata](https://packaging.python.org/en/latest/specifications/declaring-project-metadata).
[https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml](
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml).

The table `[build-system]` of `pyproject.toml` tells frontend build tools what backend build tool to use. The backend
doesn't need to be installed. It will be installed by the frontend in a temporary, isolated environment for use during
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,4 +1,4 @@
# See https://packaging.python.org/en/latest/specifications/declaring-project-metadata
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml

[tool.poetry]
name = "dsp-tools"
Expand Down

0 comments on commit 5b333c2

Please sign in to comment.