From 58ffc1af993823a3862d90cbc7b636c88e44ab46 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 30 Jan 2016 21:41:59 +0100 Subject: test --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 096b984..e117347 100644 --- a/setup.py +++ b/setup.py @@ -241,6 +241,7 @@ class NameSpacePackager(object): if self._pkg_data.get('universal'): Distribution.is_pure = lambda *args: True else: + print('>>>>> distribution not pure <<<<<') Distribution.is_pure = lambda *args: False for x in sys.argv: if x[0] == '-' or x == 'setup.py': -- cgit v1.2.1