diff -r 8ec83a027a21 -r 4c9cf117acf6 setup.py --- a/setup.py Thu Oct 01 17:39:16 2020 +0200 +++ b/setup.py Thu Oct 01 17:46:14 2020 +0200 @@ -53,7 +53,6 @@ @return list of package data files @rtype list of str """ - print(extensions) filesList = [] for dirpath, _dirnames, filenames in os.walk(package): for fname in filenames: