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

Include license file in the generated wheel package (#484)
authorJon Dufresne <jon.dufresne@gmail.com>
Tue, 28 Aug 2018 11:58:21 +0000 (04:58 -0700)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Tue, 28 Aug 2018 11:58:21 +0000 (12:58 +0100)
The wheel package format supports including the license file. This is
done using the [metadata] section in the setup.cfg file. For additional
information on this feature, see:

https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file

Helps project comply with its own license:

> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.

setup.cfg

index a9a649e5b2d1be49a1ea7354da03ecb2ee8defa3..f2a768a7e3982dc7b310c0b1ebcfb27d1d414f1c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
 [bdist_wheel]
 python-tag = py36
+
+[metadata]
+license_file = LICENSE