mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-07-12 20:39:53 +02:00
minimal CI setup
This commit is contained in:
parent
6543e74deb
commit
a24670edcc
3 changed files with 81 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -19,6 +19,7 @@ setup(
|
|||
license='Apache License 2.0',
|
||||
packages=find_packages(exclude=('tests', 'docs')),
|
||||
include_package_data=True,
|
||||
package_data={'': ['*.json', '*.yml', '*.yaml']},
|
||||
install_requires=install_requires,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue