Commit 302c806e by Chris Jerdonek

Added support for Python 3.1 to setup.py.

parent e3f0abe4
...@@ -164,6 +164,7 @@ setup(name='pystache', ...@@ -164,6 +164,7 @@ setup(name='pystache',
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
), ),
**extra **extra
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment