Commit 0f794a1d by Chris Wanstrath

add setup.py script

parent 5d94b886
#!/usr/bin/env python
from distutils.core import setup
setup(name='Pystache',
version='1.0',
description='Mustache for Python',
author='Chris Wanstrath',
author_email='chris@ozmm.org',
url='http://github.com/defunkt/pystache',
packages=['pystache'],
license='MIT'
)
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