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