9
This line is missing the call parens you need:
packages=find_packages,
Change it to:
packages=find_packages(),
Source:stackexchange.com
9
This line is missing the call parens you need:
packages=find_packages,
Change it to:
packages=find_packages(),