forked from josch/img2pdf
fix typo
This commit is contained in:
parent
43bbb27f00
commit
2afa1e4ca5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ setup (
|
||||||
name='img2pdf',
|
name='img2pdf',
|
||||||
version='0.1.1',
|
version='0.1.1',
|
||||||
author = "Johannes 'josch' Schauer",
|
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.",
|
description = "Convert images to PDF via direct JPEG inclusion.",
|
||||||
long_description = open('README.md').read(),
|
long_description = open('README.md').read(),
|
||||||
license = "LGPL",
|
license = "LGPL",
|
||||||
|
|
Loading…
Reference in a new issue