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

Setuptools will install licenses if included in setup.cfg #1536

Merged
merged 8 commits into from
Jan 27, 2019

Commits on Oct 27, 2018

  1. Setuptools will install licenses if included in setup.cfg

    Addressing pypa#357
    
    `python setup.py sdist` now includes the license file if `license_file`
    is included in `setup.cfg` unless it is explicitly excluded in `MANIFEST.in`.
    
    Co-Authored-By: Poyzan Nur Taneli <31743851+ptaneli@users.noreply.github.com>
    dtaneli and poyzannur committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    ca0760a View commit details
    Browse the repository at this point in the history
  2. Unit tests for installing licenses from setup.cfg (pypa#357)

    Co-Authored-By: Poyzan Nur Taneli <31743851+ptaneli@users.noreply.github.com>
    dtaneli and poyzannur committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    00b172d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    08bff86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7424572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4efa7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Address review comments

    dtaneli committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1047052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28872fc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

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