Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.83k stars 152 forks source link

Package cannot be installed via `pip --no-binaries` #6

Closed code-of-kpp closed 8 years ago

code-of-kpp commented 8 years ago

I prefer to not install binary packages like wheels for libraries, that do not require compilation during installation. But there is no .gz package in PIPI, so pip install --no-binaries :all: aiofiles will fail.

Tinche commented 8 years ago

Yeah, I was hoping just a wheel would be enough :)

I'll put up a sdist for you over the weekend.

Tinche commented 8 years ago

This should work now, please close if it does.

code-of-kpp commented 8 years ago

yep, thanks