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

Fix tox "manifest" environment to pass #566

Merged
merged 2 commits into from
Dec 21, 2020
Merged

Fix tox "manifest" environment to pass #566

merged 2 commits into from
Dec 21, 2020

Commits on Dec 20, 2020

  1. Fix tox "manifest" environment to pass

    The command `tox -e manifest` now passes.
    
    Added missing files to the sdist:
    
    - .pre-commit-config.yaml
    - CODE_OF_CONDUCT.md
    - jwt/py.typed
    - docs/
    
    Alphabetized MANIFEST.in
    
    Moved .flake8 to setup.cfg to avoid the need to include yet another file
    to MANIFEST.in.
    
    Exclude codecov.yml. This is for CI only.
    jdufresne committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    6ddafd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

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