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

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)
commit975ca9cefc9ee0b718a7849c0842e1fccb035baa
treefb75724cd910a5114d1ce585375c91c823b3d820
parente069017178e7ea02b3bbacab63e951015621f5c4
Include license file in the generated wheel package (#484)

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