Commit 7b448436 by Chris Jerdonek

Made spacing more consistent in setup.py.

parent accd202f
...@@ -33,7 +33,8 @@ setup(name='pystache', ...@@ -33,7 +33,8 @@ setup(name='pystache',
packages=['pystache'], packages=['pystache'],
license='MIT', license='MIT',
entry_points = { entry_points = {
'console_scripts': ['pystache=pystache.commands:main']}, 'console_scripts': ['pystache=pystache.commands:main'],
},
classifiers = ( classifiers = (
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
......
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