Closed Siecje closed 7 years ago
Any chance of a new release on PyPI?
Ah, I thought I'd done that already. I'll see if I can get a release done in the next few hours, otherwise it will be at the weekend. Hope that's ok!
I just realized that the beanstalktop on PyPI[0] is not from you. It is from someone else[1].
0: https://pypi.org/project/beanstalktop/ 1: https://github.com/wewriteapps/beanstalktop
Yep, it's from me – that's an old account/brand. I'm in the process of moving everything over. Sorry for the delay with this.
Poke 😄
@Siecje I've bumped the version to follow semver, tagged 0.0.4
and 0.1.0
, and pushed 0.1.0
as a wheel to PyPI.
Awesome! Can you also upload a Python3 wheel?
I know that beanstalkc
is a dependency and it doesn't support Python3. But I am using the beanstalkc3 fork until this PR can be merged and I am installing beanstalktop
with
python -m pip install beanstalktop --no-deps
.
Right now it installs version 0.0.4
, instead of 0.1.0
.
@Siecje Done. beanstalktop
installs for me direct from PyPI for both 2.7.14 and 3.6.4
I noticed that
beanstalktop.py
was being put in thebin/
folder withbeanstalktop
and it is working because whenbeanstalktop
importsbeanstalktop.py
it checks its parent directory.This PR will move beanstalktop.py into
site-packages/
.bin/beanstalktop
used to beand it will become