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 file:
long_description = file.read()
setup(
name='PyRoot',
version='0.3.1',
description='The purpose of this Python library is to provide implementations of advanced bracketed root-finding methods for single-variable functions.',