From 302c806ecd296dafdcd449350b001040c27b86c9 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Tue, 10 Apr 2012 22:50:14 -0700 Subject: Added support for Python 3.1 to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 365b3cc..ca57a87 100644 --- a/setup.py +++ b/setup.py @@ -164,6 +164,7 @@ setup(name='pystache', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', ), **extra -- cgit v1.2.1