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
b7805a12
Commit
b7805a12
authored
Feb 17, 2022
by
Merlijn Wajer
Browse files
setup.py: add iso639
parent
cd2ed995
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
b7805a12
lxml
==4.6.5
iso639
==0.1.4
setup.py
View file @
b7805a12
...
...
@@ -34,6 +34,6 @@ setup(name='archive-hocr-tools',
include_package_data
=
True
,
install_requires
=
[
'lxml'
],
extras_require
=
{
'epub'
:
[
'ebooklib==0.17.1'
,
'internetarchive-deriver-module==1.0.1'
],
'epub'
:
[
'ebooklib==0.17.1'
,
'internetarchive-deriver-module==1.0.1'
,
'iso639==0.1.4'
],
},
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