only: ``` -D DIR, --sources-directory=DIR ...
# pex
w
only:
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.
  -R DIR, --resources-directory=DIR
                        Add resources directory to be packaged into the
                        generated .pex file.  This option can be used multiple
                        times.
  -r FILE, --requirement=FILE
                        Add requirements from the given requirements file.
                        This option can be used multiple times.
…i think.