How to access internal package files from within that package
If I have a file structure like this:
Python SetupTools – Exclude package
I’ve started working with setuptools in Python and I’m facing strange issue. I’m trying to exclude tests, but whatever I’m trying is not working.
Cannot import name ‘setuptools’ from setuptools
When installing a package I get the error:
How to include folders without top level __init__.py in wheel file
Say I have this: