Add changelog url for pyproject_hooks

This is actually the renamed pep517, but I'm not removing that as
pyorama still depends on it. Even though pyproject_hooks got added to
the pyorama requirements file, huh???
This commit is contained in:
toofar 2023-01-17 19:25:52 +13:00
parent afc89c7f72
commit 89744a9e70
1 changed files with 2 additions and 1 deletions

View File

@ -156,5 +156,6 @@
"pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main",
"asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html"
"asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html",
"pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html"
}