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='pyautoplot',
version='{{VERSION_PLACEHOLDER}}',
author='Infinitode Pty Ltd',
author_email='infinitode.ltd@gmail.com',
description="PyAutoPlot is an open-source Python library designed to make dataset analysis much easier by generating helpful detailed plots using matplotlib based on your dataset.",