]> Devi Nivas Git - chevron.git/commitdiff
Make setup.py more readable.
authornoah morrison <noah@morrison.ph>
Sun, 25 Jan 2015 03:59:47 +0000 (22:59 -0500)
committernoah morrison <noah@morrison.ph>
Sun, 25 Jan 2015 03:59:47 +0000 (22:59 -0500)
setup.py

index 66f713c0eb74c1b259f47b8e160d17257588ed79..28c17d0ff1f01e841942084d649a451bf63a6a92 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,18 +8,24 @@ except ImportError:
 import pypandoc
 readme = pypandoc.convert('README.md', 'rst')
 
+
 setup(name='chevron',
-      version='0.7.1',
+      version='0.7.2',
       license='MIT',
+
       description='Mustache templating language renderer',
       long_description=readme,
+
       author='noah morrison',
       author_email='noah@morrison.ph',
+
       url='https://github.com/noahmorrison/chevron',
+
       packages=['chevron'],
       entry_points={
           'console_scripts': ['chevron=chevron:cli_main']
       },
+
       classifiers=[
           'Development Status :: 4 - Beta',