Skip to content

Commit

Permalink
Fix hyperlinks in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Aug 18, 2023
1 parent df6276f commit d252a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Or put another way, this project wants to work towards a standard for what [pip-

To achieve this goal, this project will need to be able to:

- [x] Know what wheel files are available on a server (`mousebender.simple`)
- [x] Read the metadata from a wheel file ([in `packaging`]([https://github.com/pypa/packaging/issues/570](https://packaging.pypa.io/en/stable/metadata.html)))
- [x] Know what wheel files are available on an index server ([`mousebender.simple`](https://mousebender.readthedocs.io/en/latest/simple.html))
- [x] Read the metadata from a wheel file (in [`packaging.metadata`](https://packaging.pypa.io/en/stable/metadata.html))
- [ ] Resolve what wheel files are required to meet the requirements specified in `pyproject.toml`
- [ ] Produce a lock file of wheel files for a platform
- [ ] Consume a lock file for the platform to install the specified wheel files
Expand Down

0 comments on commit d252a0e

Please sign in to comment.