|
|
@ -11,7 +11,7 @@ install_requires = open('requirements.txt').read().split('\n')
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name='sbb_binarization',
|
|
|
|
name='sbb_binarization',
|
|
|
|
version=version,
|
|
|
|
version=version,
|
|
|
|
description='Binarization with ',
|
|
|
|
description='Pixelwise binarization with selectional auto-encoders in Keras',
|
|
|
|
long_description=open('README.md').read(),
|
|
|
|
long_description=open('README.md').read(),
|
|
|
|
long_description_content_type='text/markdown',
|
|
|
|
long_description_content_type='text/markdown',
|
|
|
|
author='Vahid Rezanezhad',
|
|
|
|
author='Vahid Rezanezhad',
|
|
|
|