Upload package to PyPI
progval opened this issue · 4 comments
Could you upload your package to PyPI, so it is easier to install packages that depend on aspell-python (automatic install when running the setup.py, or installing from PyPI, for instance)?
Thanks!
Module is registered on PyPI https://pypi.python.org/pypi/aspell-python/1.13. But it points to the wrong URL and AFAIR I've tried to update the record, however it failed for reasons I don't remember now. It's a good time to try again. :)
I didn't aware of PyPI and as I see it was big mistake. But I hope from now using aspell-python will be possible with pip. There are three variants (version 1.13):
- https://pypi.python.org/pypi/aspell-python-py2 - for Python 2
- https://pypi.python.org/pypi/aspell-python-py3 - for Python 3
- https://pypi.python.org/pypi/aspell-python-ctypes - ctypes, both Py 2 & 3
Please check your favorite version and send a feedback.
aspell-python-py3 works, thanks!
Great! Thank you for support. I closing this issue and tagging the repo.