mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49:53 +02:00
setup.py: exclude "test", not "tests", from installation
This commit is contained in:
parent
fb538845d8
commit
e03ff4064b
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',
|
author_email='unixprog@gmail.com, mike.gerber@sbb.spk-berlin.de',
|
||||||
url='https://github.com/OCR-D/ocrd_calamari',
|
url='https://github.com/OCR-D/ocrd_calamari',
|
||||||
license='Apache License 2.0',
|
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'),
|
install_requires=Path('requirements.txt').read_text().split('\n'),
|
||||||
package_data={
|
package_data={
|
||||||
'': ['*.json', '*.yml', '*.yaml'],
|
'': ['*.json', '*.yml', '*.yaml'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue