I have a package with the following structure:
package ├── LICENSE ├── README.md ├── my_pkg │ └── __init__.py │ └── main.py │ └── style.qss ├── setup.py