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 #7570: Include mypyc/lib-rt in source distributions #7590

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

amyreese
Copy link
Contributor

Adds mypyc/lib-rt to MANIFEST.in so that it gets included in source distributions for building with mypyc.

Verified by:

  • applying this change to the v0.730 tag
  • running python setup.py sdist to generate mypy-0.730.tar.gz
  • creating and activating a fresh venv via python3.7 -m venv
  • extracting the tarball
  • running pip install -U pip mypy_extensions typing_extensions typed_ast
  • running MYPY_USE_MYPYC=1 python setup.py bdist_wheel

@msullivan
Copy link
Collaborator

Thanks!

@msullivan msullivan merged commit fb81e19 into python:master Oct 1, 2019
@mr-c
Copy link
Contributor

mr-c commented Oct 1, 2019

Yes, thank you @jreese !

@amyreese
Copy link
Contributor Author

amyreese commented Oct 1, 2019

@msullivan thanks for merging. Is there any chance of a point release being made available on PyPI, or do we just need to continue building from a git checkout until next month?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants