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

package: do not default to develop #98

Merged
merged 1 commit into from
Mar 12, 2021

Commits on Mar 12, 2021

  1. package: do not default to develop

    Setting develop to `True` by default causes un-expected side-effects
    and requires downstream consumers to rely on checks like
    `package.develop and package.source_type == "directory""` to determine
    if develop mode.
    
    This also corresponds to current high-level behaviour of packages being
    non-develop by default.
    abn committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e336277 View commit details
    Browse the repository at this point in the history