Commit b1823b37 by Chris Jerdonek

Merge pull request #29 (7) "consistent string types"

From: https://github.com/kennethreitz/pystache/commit/6886173ce0694478b31b4e7acdb0bf0368167db2
Into: issue_29

The setup.py module now uses single quotes ("'") for all strings.

Conflicts:
	setup.py
parents 3510d520 6886173c
...@@ -33,11 +33,11 @@ setup(name='pystache', ...@@ -33,11 +33,11 @@ setup(name='pystache',
packages=['pystache'], packages=['pystache'],
license='MIT', license='MIT',
classifiers = ( classifiers = (
"Development Status :: 4 - Beta", 'Development Status :: 4 - Beta',
"License :: OSI Approved :: MIT License", 'License :: OSI Approved :: MIT License',
"Programming Language :: Python", 'Programming Language :: Python',
"Programming Language :: Python :: 2.5", 'Programming Language :: Python :: 2.5',
"Programming Language :: Python :: 2.6", 'Programming Language :: Python :: 2.6',
) )
) )
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