prepare 0.1.4 release

This commit is contained in:
josch 2015-01-21 11:00:41 +01:00
parent 90ddbcc4df
commit 454952724d

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup (
name='img2pdf',
version='0.1.3',
version='0.1.4',
author = "Johannes 'josch' Schauer",
author_email = 'j.schauer@email.de',
description = "Convert images to PDF via direct JPEG inclusion.",
@ -24,7 +24,7 @@ setup (
'Natural Language :: English',
'Operating System :: OS Independent'],
url = 'https://github.com/josch/img2pdf',
download_url = 'https://github.com/josch/img2pdf/archive/0.1.3.tar.gz',
download_url = 'https://github.com/josch/img2pdf/archive/0.1.4.tar.gz',
package_dir={"": "src"},
py_modules=['img2pdf', 'jp2'],
include_package_data = True,