pbrady / fastcache

C implementation of Python 3 lru_cache
MIT License
154 stars 19 forks source link

use setuptools if using pip #18

Closed pbrady closed 10 years ago

pbrady commented 10 years ago

Fixes #17. Should probably add tests with pip install .

pbrady commented 10 years ago

The latest docs suggest using setuptools as the default.