]> Devi Nivas Git - chevron.git/commitdiff
Bump version
authornoah morrison <noah@morrison.ph>
Sun, 25 Jan 2015 04:11:01 +0000 (23:11 -0500)
committernoah morrison <noah@morrison.ph>
Sun, 25 Jan 2015 04:11:01 +0000 (23:11 -0500)
setup.py

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