pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Update pyproject.toml #63

Closed duckinator closed 5 years ago

duckinator commented 5 years ago

This PR modifies pyproject.toml to:

  1. Add trove classifiers indicating supported Python versions. This allows automated tools, like PyUp, to verify this information.
  2. Update the home-page value, so links are accurate with services like PyPI, PyUp, etc.
takluyver commented 5 years ago

Thanks!