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

packaging: include tox.ini in source distribution (sdist) #3269

Merged
merged 2 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. packaging: include tox.ini in sdist

    tox testing works without full git repo, so no obvious harm in
    aiding people running it from source distribution
    
    based on setuptools itself doing it, and suggesting so in an example in
    docs:
    https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html#controlling-files-in-the-distribution
    pypa/setuptools@551eb7f
    
    beware of .gitattributes / MANIFEST.in precedence when using setuptools-scm
    pajod committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    81c1fc9 View commit details
    Browse the repository at this point in the history
  2. packaging: add .pylintrc to sdist

    undo when .pylintrc is moved into pyproject.toml (which is only
    supported since pylint 2.5.3+ @ 2020-06-8)
    pajod committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0c722b6 View commit details
    Browse the repository at this point in the history