Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for selecting packages and modules. #2181

Merged
merged 2 commits into from
Jul 23, 2023

Commits on Jul 21, 2023

  1. Add support for selecting packages and modules.

    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 pex-tool#2134
    jsirois committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ec2284d View commit details
    Browse the repository at this point in the history
  2. Fix attr import.

    jsirois committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4c8d8b6 View commit details
    Browse the repository at this point in the history