Change name to markdownify

This commit is contained in:
Matthew Tretter
2013-07-31 16:41:08 -04:00
parent 7f75b0bbce
commit b92428466d

View File

@@ -13,7 +13,7 @@ execfile(os.path.join(os.path.dirname(__file__), 'markdownify', 'pkgmeta.py'),
setup(
name='python-markdownify',
name='markdownify',
description='Convert HTML to markdown.',
long_description=read(os.path.join(os.path.dirname(__file__), 'README.rst')),
version=pkgmeta['__version__'],