]> 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:

Fix license metadata to follow PEP 621 (#3326)
authorAmethyst Reese <amy@n7.gg>
Mon, 10 Oct 2022 23:54:49 +0000 (16:54 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2022 23:54:49 +0000 (10:54 +1100)
AUTHORS.md
pyproject.toml

index f2d599dd8780ca755bec01d2967266ac6912ffd2..a635e8c3c929897491115b8ef5a9e5720187acae 100644 (file)
@@ -24,6 +24,7 @@ Multiple contributions by:
 - [Alex Vandiver](mailto:github@chmrr.net)
 - [Allan Simon](mailto:allan.simon@supinfo.com)
 - Anders-Petter Ljungquist
+- [Amethyst Reese](mailto:amy@n7.gg)
 - [Andrew Thorp](mailto:andrew.thorp.dev@gmail.com)
 - [Andrew Zhou](mailto:andrewfzhou@gmail.com)
 - [Andrey](mailto:dyuuus@yandex.ru)
index 554d7d07bf3d40875d538ec4e6c4fe05dc85c8e6..329adaa65d8c9f6335fd1b270552abdc9674ea22 100644 (file)
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
 [project]
 name = "black"
 description = "The uncompromising code formatter."
-license = "MIT"
+license = { text = "MIT" }
 requires-python = ">=3.7"
 authors = [
   { name = "Łukasz Langa", email = "lukasz@langa.pl" },