Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Merlijn Wajer
archive-hocr-tools
Commits
4e1b3351
Commit
4e1b3351
authored
Oct 04, 2021
by
Merlijn Wajer
Browse files
Minor packaging fixes
parent
57e7d5e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
hocr/version.py
View file @
4e1b3351
__version__
=
'1.1.
8
'
__version__
=
'1.1.
9
'
setup.py
View file @
4e1b3351
...
...
@@ -31,5 +31,5 @@ setup(name='archive-hocr-tools',
],
python_requires
=
'>=3.6'
,
include_package_data
=
True
,
install_requires
=
[
'lxml
-4.6.3
'
],
install_requires
=
[
'lxml'
],
package_data
=
{
'hocr'
:
[
'data/*'
]})
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment