From 03191a6b1d7f8959a5fe8fd8f69898f5c89a77a0 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Mon, 2 Jul 2012 17:45:27 -0400 Subject: [PATCH] Rename to "python-markdownify" --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d11c467..896bcbe 100644 --- a/setup.py +++ b/setup.py @@ -9,14 +9,14 @@ execfile(os.path.join(os.path.dirname(__file__), 'markdownify', 'version.py')) setup( - name='markdownify', + name='python-markdownify', description='Convert HTML to markdown.', long_description=read(os.path.join(os.path.dirname(__file__), 'README.rst')), version=__version__, author='Matthew Tretter', author_email='matthew@exanimo.com', - url='http://github.com/matthewwithanm/markdownify', - download_url='http://github.com/matthewwithanm/markdownify/tarball/master', + url='http://github.com/matthewwithanm/python-markdownify', + download_url='http://github.com/matthewwithanm/python-markdownify/tarball/master', packages=find_packages(), zip_safe=False, include_package_data=True,