From: noah morrison Date: Fri, 23 Jan 2015 13:32:34 +0000 (-0500) Subject: Fix url for pypi. X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=108af743de73a4d7fc4358720b63d62f60227cd6;p=chevron.git Fix url for pypi. Don't ask how this happened... I don't want to talk about it. --- diff --git a/setup.py b/setup.py index 8f1d6b3..8751047 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,7 @@ setup(name='chevron', description='Mustache templating language renderer', author='noah morrison', author_email='noah@morrison.ph', - url='', - download_url='/tarball/0.7.1', + url='https://github.com/noahmorrison/chevron', packages=['chevron'], entry_points={ 'console_scripts': ['chevron=chevron:cli_main']