You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="CaptchaCracker",
version="0.0.7",
license='MIT',
author="Wooil Jeong",
author_email="wooil@kakao.com",
description="CaptchaCracker is an open source Python library that provides functions to create and apply deep learning models for Captcha Image recognition.",