From c2c66d2546aad8d7cc9ea216bec1c530c924ddb6 Mon Sep 17 00:00:00 2001 From: BartolomeD Date: Mon, 17 Aug 2020 14:44:50 -0500 Subject: [PATCH] Update setup description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32aa4cc..08fbce7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="optlib", version="0.0.1", - description="A library to price financial options written in Python.", + description="A library for financial options pricing written in Python.", url="http://github.com/bartolomed/optlib", author="Davis Edwards & Daniel Rojas", packages=["optlib"],