Skip to content

Commit

Permalink
added zxingjpype package to dist wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ArlindNocaj committed Oct 6, 2021
1 parent 1bd7682 commit 69dd01b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ The approach works as follows:

# Usage

```
pip install docbarcodes
```


[ ] Extract zurich tax statements

[ ] Extract swiss salary statement
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="docbarcodes",
version="1.0.2",
version="1.0.5",
author="Arlind Nocaj",
author_email="[email protected]",
description="Docbarcodes extracts 1D and 2D barcodes from scanned PDF documents or images.",
Expand All @@ -26,9 +26,6 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
install_requires=required,
dependency_links=[
'http://github.com/ArlindNocaj/python-zxing/tarball/master#egg=python_zxing-0.13',
],
python_requires=">=3.6",
entry_points={
'console_scripts': ['docbarcodes=docbarcodes.cli:app'],
Expand Down
Empty file.

0 comments on commit 69dd01b

Please sign in to comment.