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

Use entry_points:console_scripts to generate protoc-gen-mypy #102

Merged
merged 2 commits into from
Feb 6, 2020

Commits on Feb 5, 2020

  1. Use entry_points:console_scripts to generate protoc-gen-mypy

    This fixes an issue where the shebang line fails of the executable fails to work when the path to the python interpreter exceeds 127 characters on linux and 512 on darwin.
    chadrik committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    d5ec0aa View commit details
    Browse the repository at this point in the history
  2. Fix tests

    chadrik committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    06699ff View commit details
    Browse the repository at this point in the history