diff --git a/pyproject.toml b/pyproject.toml index 14ed2492..501c012e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ requires-python = ">=3.9" description = "Foreign Function Interface for Python calling C code." -readme = {file = "README.md", content-type = "text/markdown"} +readme = "README.md" license = { file = "LICENSE" } classifiers = [ "Programming Language :: Python", @@ -44,7 +44,7 @@ cffi_modules = "cffi.setuptools_ext:cffi_modules" [project.urls] Documentation = "https://cffi.readthedocs.io/" Changelog = "https://cffi.readthedocs.io/en/latest/whatsnew.html" -Downloads = "https://github.com/python-cffi/cffi/releases" +Download = "https://github.com/python-cffi/cffi/releases" Contact = "https://groups.google.com/forum/#!forum/python-cffi" "Source Code" = "https://github.com/python-cffi/cffi" "Issue Tracker" = "https://github.com/python-cffi/cffi/issues"