]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add Change Log project URL (#1382)
authorVille Skyttä <ville.skytta@iki.fi>
Fri, 8 May 2020 13:40:56 +0000 (16:40 +0300)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 13:40:56 +0000 (06:40 -0700)
* Add Change Log project URL

Co-authored-by: Cooper Lees <me@cooperlees.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
setup.py

index c9db684a32db0445c4b083b7c4dd44fe047c1d72..b953b96ac9deec3921e04615873e20e1c6f8a708 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ setup(
     author="Łukasz Langa",
     author_email="lukasz@langa.pl",
     url="https://github.com/psf/black",
+    project_urls={"Changelog": "https://github.com/psf/black/blob/master/CHANGES.md"},
     license="MIT",
     py_modules=["black", "blackd", "_black_version"],
     ext_modules=ext_modules,