from setuptools import setup,find_packages setup(name="imageai", version='2.0.1', description='A flexible Computer Vision and Deep Learning library for applications and systems.', url="https://moses.specpal.science", author='Moses Olafenwa and John Olafenwa', license='MIT', packages= find_packages(), zip_safe=False )