-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James R. Barlow
committed
Aug 6, 2015
1 parent
97015ef
commit 16d24f1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,10 +165,10 @@ def check_external_program( | |
|
||
setup( | ||
name='ocrmypdf', | ||
version='3.0rc2', | ||
version='3.0rc4', # also update: release notes, main.py | ||
description='OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched', | ||
url='https://github.com/fritz-hh/OCRmyPDF', | ||
author='J. R. Barlow', | ||
author='James. R. Barlow', | ||
author_email='[email protected]', | ||
license='Public Domain', | ||
packages=['ocrmypdf'], | ||
|