evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

Install error when installing from the python package index via pip #28

Open akellehe opened 8 years ago

akellehe commented 8 years ago

Pretty simple to reproduce:

$ pip install brukva
Collecting brukva
  Could not find a version that satisfies the requirement brukva (from versions: )
No matching distribution found for brukva

Note: This does not reproduce when running

git clone git@github.com:evilkost/brukva.git ./brukva; pip install ./brukva

or when running

git clone git@github.com:evilkost/brukva.git ./brukva; cd brukva; python setup.py install