Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Nov 4, 2022
1 parent b65ac34 commit 00010cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ From @mfleader:
`requirements.txt` in no way defines how a python project can be built and
published as a package. From [PyPA](https://www.pypa.io/en/latest/) on python
project configuration, the `pyproject.toml` is equivalent to `requirements.txt
&& setup.py`. If we're requiring that plugins to be publishable, and `setup.py`
&& setup.py`. If we're requiring plugins to be publishable, and `setup.py`
is deprecated, then we have to require `pyproject.toml`, and `requirements.txt`
is redundant.

Expand Down

0 comments on commit 00010cb

Please sign in to comment.