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 MANIFEST.in to include files in source distro #168

Merged
merged 1 commit into from
May 31, 2019

Commits on May 17, 2019

  1. Add MANIFEST.in to include files in source distro

    MANIFEST.in is used to specify files (patterns) to be added to
    the source distribution (e.g. on `python setup.py sdist`) in
    addition to files that are added by default.
    
    This commit configures MANIFEST.in to add files that are
    important/helpful for downstream packagers, i.e. readme, license,
    tests and test data and config.
    
    Kudos to @koobs for bringing this to our attention.
    lukpueh committed May 17, 2019
    Configuration menu
    Copy the full SHA
    42cf009 View commit details
    Browse the repository at this point in the history