michilu / python-functools32

Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)
http://pypi.python.org/pypi/functools32
Other
52 stars 14 forks source link

use setuptools #6

Open njwhite opened 8 years ago

njwhite commented 8 years ago

...so you can create wheels (see #4)

edmorley commented 7 years ago

@MiCHiLU I don't suppose you could take a look at this? :-)