You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make typing and typed-ast external dependencies (#2452)
This will automatically install the typing and typed-ast packages when
appropriate.
The setup.py file now depends on setuptools. We should build wheels
so that users installing from PyPI won't need setuptools. In order to
build wheels the distribution builder/uploader needs to install the
wheel package. To manage those dependencies, I've added
build-requirements.txt.
In summary:
- python3 -m pip install -r build-requirements.txt
- python3 setup.py bdist_wheel
- upload the .whl file that appears in the dist/ subdirectory to PyPI
0 commit comments