Each directory contains a Python project, from the simplest to a more complex version.
01/
: only a simplesetup.py
, README.md, and LICENSE02/
: additionalrequirements.txt
03/
: readrequirements.txt
file withrequires()
04/
: use MANIFEST.in to adddata/
files