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

antlr_python_runtime: please upload tarball to PyPI #178

Closed
vstinner opened this issue Sep 23, 2015 · 1 comment
Closed

antlr_python_runtime: please upload tarball to PyPI #178

vstinner opened this issue Sep 23, 2015 · 1 comment

Comments

@vstinner
Copy link

Hi,

The antlr_python_runtime module cannot be installed with pip because pip refuses to follow unsecure HTTP URLs by default. Could you please upload the tarball to PyPI, so pip can get it using HTTPS (PyPI supports HTTPS as well)?

https://pypi.python.org/pypi/antlr_python_runtime/3.1.3

For a new release, you can type "python setup.py sdist upload". For an existing release, you can upload manually the tarball using the PyPI website interface: http://pypi.python.org/ (you have to log in).

By the way, you may try to upload wheel packages using "python setup.py bdist_wheel upload". Wheel packages are faster and even more secure (installing a wheel package doesn't execute arbitrary Python code, there is no setup.py).

@vstinner
Copy link
Author

vstinner commented Dec 5, 2016

I don't need it anymore, so I just close the issue.

@vstinner vstinner closed this as completed Dec 5, 2016
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

No branches or pull requests

1 participant