-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for selecting packages and modules. (#2181)
This complements the existing `-D` / `--sources-directory` support for adding local sources and resources with finer-grained control over what files are included in the PEX file. Notably, this allows cleanly packaging projects with no `setup.py` / `pyproject.toml` based build when the projects have their Python code at the top level mixed with other files that should not be included in the PEX (e.g.: build scripts, CI configuration, documentation, etc.). Fixes #2134
- Loading branch information
Showing
3 changed files
with
393 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.