Commit accd202f by Chris Jerdonek

Merge pull request #31 (2) "ok fail, forgot to add files."

From: https://github.com/vrde/pystache/commit/4c22f137697c0a3437a6d867f44e958d6f6969f2
Into: issue_31

Added entry point to setup.py.  Skipped changes related to "partials can be passed
as a dictionary" because that was addressed as part of issue #47.

Conflicts:
	setup.py
parents 211b6510 4c22f137
......@@ -32,6 +32,8 @@ setup(name='pystache',
url='http://github.com/defunkt/pystache',
packages=['pystache'],
license='MIT',
entry_points = {
'console_scripts': ['pystache=pystache.commands:main']},
classifiers = (
'Development Status :: 4 - Beta',
'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