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

Work around for side effects in setup.py script #1257

Closed
wants to merge 10 commits into from
Closed

Work around for side effects in setup.py script #1257

wants to merge 10 commits into from

Commits on Jul 11, 2014

  1. Work around for side effects in setup.py script

    Disables setup_requires and related magic for setup.py commands
    clean, egg_info and sdist and the options --version and --help.
    
    See also #1253
    xolox committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    2793b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98089e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94cec73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cdddfe View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. Configuration menu
    Copy the full SHA
    6edda86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2705e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e34c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. Configuration menu
    Copy the full SHA
    b077c15 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Fix for keywords_with_side_effects() (compatibility with pip metadata…

    … discovery)
    
    Fixes a bug in 9e34c14 as described in
    #1257 (comment)
    xolox committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    1784811 View commit details
    Browse the repository at this point in the history
  2. Fix PEP-8 violations

    xolox committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    cc3b84d View commit details
    Browse the repository at this point in the history