If your package isn't only a library, but has a piece of code that can be used either as a showcase or a standalone application when your package is installed, put that piece of code into __main__.py file.
Put the __main__.py in the package_name folder. This way you will be able to run it directly ...