Skip to content

Commit

Permalink
Minor correction to the README.md (#26)
Browse files Browse the repository at this point in the history
Remove parenthesis regarding support for `pyproject.toml` files: since
v0.3.0 dependente can handle dependencies in `pyproject.toml` files
(besides the ones for building).
  • Loading branch information
santisoler committed Jun 12, 2024
1 parent 0632016 commit 861f1af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ The current implementation is a proof-of-concept and has some limitations:
* Input files must be in the current working directory.
* Reads all extra dependencies simultaneously (can't separate between different
`option.extras_requires` fields).
* Only supports reading from `setup.cfg` and `pyproject.toml` (build
dependencies only).
* Only supports reading from `setup.cfg` and `pyproject.toml`.

Of course, all of these could be addressed if there is enough interest.
Issues and PRs are welcome!
Expand Down

0 comments on commit 861f1af

Please sign in to comment.