forked from josch/img2pdf
update my name
This commit is contained in:
parent
0732dff0be
commit
6ff175d637
3 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ INSTALL_REQUIRES = (
|
||||||
setup(
|
setup(
|
||||||
name="img2pdf",
|
name="img2pdf",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
author="Johannes 'josch' Schauer",
|
author="Johannes Schauer Marin Rodrigues",
|
||||||
author_email="josch@mister-muffin.de",
|
author_email="josch@mister-muffin.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(),
|
||||||
|
|
|
@ -3481,7 +3481,7 @@ Examples:
|
||||||
|
|
||||||
$ img2pdf --output out.pdf --colorspace L input.jp2
|
$ img2pdf --output out.pdf --colorspace L input.jp2
|
||||||
|
|
||||||
Written by Johannes 'josch' Schauer <josch@mister-muffin.de>
|
Written by Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
|
||||||
|
|
||||||
Report bugs at https://gitlab.mister-muffin.de/josch/img2pdf/issues
|
Report bugs at https://gitlab.mister-muffin.de/josch/img2pdf/issues
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Johannes 'josch' Schauer <j.schauer at email.de>
|
# Copyright (C) 2013 Johannes Schauer Marin Rodrigues <j.schauer at email.de>
|
||||||
#
|
#
|
||||||
# this module is heavily based upon jpylyzer which is
|
# this module is heavily based upon jpylyzer which is
|
||||||
# KB / National Library of the Netherlands, Open Planets Foundation
|
# KB / National Library of the Netherlands, Open Planets Foundation
|
||||||
|
|
Loading…
Reference in a new issue