You should import myutil
.
packages is a list of all Python import packages that should be included in the Distribution Package. Instead of listing each package manually, we can use find_packages() to automatically discover all packages and subpackages. In this case, the list of packages will be example_pkg as that’s the only package present. https://packaging.python.org/tutorials/packaging-projects/
CLICK HERE to find out more related problems solutions.