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()
setup(
name='duplipy',
version='{{VERSION_PLACEHOLDER}}',
author='Infinitode Pty Ltd',
author_email='infinitode.ltd@gmail.com',
description='DupliPy is a quick and easy-to-use package that can handle text formatting and data augmentation tasks for NLP in Python, with added support for image augmentation.',