diff --git a/README.md b/README.md index b3c82d5..eab62f1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ [![Versions][versions-image]][versions-url] [![PyPI][pypi-image]][pypi-url] +[![Downloads][downloads-image]][downloads-url] [![License][license-image]][license-url] [versions-image]: https://img.shields.io/pypi/pyversions/gamedig [versions-url]: https://github.com/DoctorJohn/python-gamedig/blob/main/pyproject.toml [pypi-image]: https://img.shields.io/pypi/v/gamedig [pypi-url]: https://pypi.org/project/gamedig/ +[downloads-image]: https://img.shields.io/pypi/dm/gamedig +[downloads-url]: https://pypi.org/project/gamedig/ [license-image]: https://img.shields.io/pypi/l/gamedig [license-url]: https://github.com/DoctorJohn/python-gamedig/blob/main/LICENSE diff --git a/pyproject.toml b/pyproject.toml index 603043f..919870f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,7 @@ description = "Unofficial high-level Python bindings for the Rust gamedig crate" authors = [{name = "Jonathan Ehwald", email = "github@ehwald.info"}] license = "MIT" readme = "README.md" -homepage = "https://github.com/DoctorJohn/python-gamedig" -repository = "https://github.com/DoctorJohn/python-gamedig" -documentation = "https://github.com/DoctorJohn/python-gamedig" -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", @@ -25,6 +22,11 @@ classifiers = [ ] dynamic = ["version"] +[project.urls] +homepage = "https://github.com/DoctorJohn/python-gamedig" +repository = "https://github.com/DoctorJohn/python-gamedig" +documentation = "https://github.com/DoctorJohn/python-gamedig" + [build-system] requires = ["maturin>=1.7,<2.0"] build-backend = "maturin"