forked from josch/plakativ
update my name
This commit is contained in:
parent
441ec3a621
commit
6f8a42801f
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<metadata_license>FSFAP</metadata_license>
|
<metadata_license>FSFAP</metadata_license>
|
||||||
<project_license>GPL-3.0</project_license>
|
<project_license>GPL-3.0</project_license>
|
||||||
<developer_name>Johannes Schauer</developer_name>
|
<developer_name>Johannes Schauer Marin Rodrigues</developer_name>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# pieces and putting each of them onto a paper size that can be printed
|
# pieces and putting each of them onto a paper size that can be printed
|
||||||
# normally. The result can then be glued together into a bigger poster.
|
# normally. The result can then be glued together into a bigger poster.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2019 Johannes 'josch' Schauer
|
# Copyright (C) 2019 - 2021 Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify it under
|
# This program is free software: you can redistribute it and/or modify it under
|
||||||
# the terms of the GNU General Public License version 3 as published by the
|
# the terms of the GNU General Public License version 3 as published by the
|
||||||
|
@ -2202,7 +2202,7 @@ you can instruct plakativ to remove the alpha channel for you with the
|
||||||
|
|
||||||
$ plakativ --size A1 --output=poster.pdf --remove-alpha input.png
|
$ plakativ --size A1 --output=poster.pdf --remove-alpha input.png
|
||||||
|
|
||||||
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/plakativ/issues
|
Report bugs at https://gitlab.mister-muffin.de/josch/plakativ/issues
|
||||||
"""
|
"""
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ VERSION = "0.4"
|
||||||
setup(
|
setup(
|
||||||
name="plakativ",
|
name="plakativ",
|
||||||
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 a PDF into a large poster that can be printed on multiple smaller pages.",
|
description="Convert a PDF into a large poster that can be printed on multiple smaller pages.",
|
||||||
long_description="file: README.md, CHANGELOG.rst",
|
long_description="file: README.md, CHANGELOG.rst",
|
||||||
|
|
Loading…
Reference in a new issue