mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-26 12:09:52 +02:00
Merge pull request #39 from OCR-D/dont-install-test
setup.py: exclude "test", not "tests", from installation
This commit is contained in:
commit
c6ced9b3e9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
|||
author_email='unixprog@gmail.com, mike.gerber@sbb.spk-berlin.de',
|
||||
url='https://github.com/OCR-D/ocrd_calamari',
|
||||
license='Apache License 2.0',
|
||||
packages=find_packages(exclude=('tests', 'docs')),
|
||||
packages=find_packages(exclude=('test', 'docs')),
|
||||
install_requires=Path('requirements.txt').read_text().split('\n'),
|
||||
package_data={
|
||||
'': ['*.json', '*.yml', '*.yaml'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue