This folder contains example setup.py's.
See each subfolder's README for more info on each example:
- direct: an example python module laid out as a direct subfolder of the project
- hierarchical: an example python module laid out under a
src/subfolder - single: an example python module laid out as a
single.pyfile
These examples are also used as test case scenarios, see test scenarios