Commit f5217e1d by Chris Jerdonek

Added a module docstring to setup.py.

parent 856261bd
#!/usr/bin/env python
"""
Run the following to publish to PyPI:
> python setup.py publish
"""
import os
import sys
......@@ -25,7 +31,7 @@ setup(name='pystache',
url='http://github.com/defunkt/pystache',
packages=['pystache'],
license='MIT',
classifiers = (
classifiers = (
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
......
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