to include source files in a PEX, you probably wan...
# general
w
to include source files in a PEX, you probably want `-D`:
Copy code
-D DIR, --sources-directory=DIR
                        Add sources directory to be packaged into the
                        generated .pex file.  This option can be used multiple
                        times.