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

Added trove classifiers to setup.setup() #7

Closed cclauss closed 6 years ago

cclauss commented 8 years ago

Indicates support for both Python 2 and Python 3.

Similar changes should be made to https://pypi.python.org/pypi/functools32 to avoid being listed as red on http://python3wos.appspot.com/

Full list of trove classifiers https://pypi.python.org/pypi?%3Aaction=list_classifiers

eliasdorneles commented 8 years ago

@cclauss I believe this thing is meant to be Python 2.7 only, notice the check done in line 8

edmorley commented 7 years ago

@MiCHiLU, could you merge? :-)

cclauss commented 6 years ago

Bump