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(pacmak): put package README into the right Python module #928

Merged
merged 2 commits into from
Nov 4, 2019

Commits on Nov 1, 2019

  1. fix(pacmak): put package README into the right Python module

    The (translated) Python README used to be written to the
    `<module>._jsii` module, as opposed to the main module.
    
    Put it in the right module where people will actually look for it.
    Rico Huijbers committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    9eee7fa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Don't emit docstring if it's empty

    Rico Huijbers committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4a1f959 View commit details
    Browse the repository at this point in the history