forked from josch/img2pdf
prepare 0.1.3 release
This commit is contained in:
parent
d8a11d839c
commit
d217f1403f
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.2',
|
||||
version='0.1.3',
|
||||
author = "Johannes 'josch' Schauer",
|
||||
author_email = 'j.schauer@email.de',
|
||||
description = "Convert images to PDF via direct JPEG inclusion.",
|
||||
|
@ -22,7 +22,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.2.tar.gz',
|
||||
download_url = 'https://github.com/josch/img2pdf/archive/0.1.3.tar.gz',
|
||||
package_dir={"": "src"},
|
||||
py_modules=['img2pdf', 'jp2'],
|
||||
include_package_data = True,
|
||||
|
|
Loading…
Reference in a new issue