Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jun 21, 2024
1 parent 9530253 commit 56c586e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[tool.poetry]
name = "scan-pdf"
version = "0.4.0"
version = "0.4.1"
description = "Tools for using scanners with document feeder"
authors = ["Andreas Würl <andi@tryb.de>"]
license = "Apache-2.0"
readme = "README.rst"

[tool.poetry.scripts]
scan-pdf = 'scan_pdf.console:run'

[tool.poetry.dependencies]
python = "^3.8"
pypdf = "^4.2.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scan-pdf → scan_pdf/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from scan_pdf import Scanner, Converter, Combiner, TempDir

if __name__ == '__main__':
def run():
parser = argparse.ArgumentParser(description='Produce PDF from Scanner with document-feeder')
parser.add_argument('output_file_name', type=str, nargs=1,
help='name of the produced output file')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 56c586e

Please sign in to comment.