forked from josch/img2pdf
prepare 0.1.4 release
This commit is contained in:
parent
90ddbcc4df
commit
454952724d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue