From 2ea4b00b1055864a1f10dd9c4c8a0b903b25080c Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 1 May 2017 22:51:44 -0500 Subject: add the license file to the wheel's dist-info --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9a241ddf5..6f1f33760 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,9 @@ docs = develop easy_install pyramid[docs] [bdist_wheel] universal = 1 +[metadata] +license_file = LICENSE.txt + [flake8] ignore = # E121: continuation line under-indented for hanging indent -- cgit v1.2.3 From e42ba531963c35a89818bf57f08b0ab87c04e8bf Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 27 Jun 2017 23:11:44 -0500 Subject: add a manifest and a tox step to check it --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6f1f33760..3bf28ee15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,3 +66,13 @@ ignore = W391 exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py show-source = True + +[check-manifest] +ignore = + .gitignore + PKG-INFO + *.egg-info + *.egg-info/* +ignore-default-rules = true +ignore-bad-ideas = + pyramid/tests/pkgs/localeapp/* -- cgit v1.2.3