From 2afa1e4ca51c007ffc973a7430ed352caf03d02c Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 7 Sep 2014 07:58:40 +0200 Subject: [PATCH] fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fb12aa..ec6f861 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup ( name='img2pdf', version='0.1.1', author = "Johannes 'josch' Schauer", - author_email = 'j.schauer@email.de' + author_email = 'j.schauer@email.de', description = "Convert images to PDF via direct JPEG inclusion.", long_description = open('README.md').read(), license = "LGPL",