From 508f350b6995eb3f1327830d87b187e0af444dd9 Mon Sep 17 00:00:00 2001 From: Benjamin Morgan Date: Thu, 10 Jan 2019 12:01:31 +0000 Subject: [PATCH] Fixed typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01b2416..c144fab 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def remove_img_tags(data): readme = 'README.md' long_description = open( readme ).read() # Removing images seems easier than trying to get them to work on PyPI. -long_description = remove_img_tags( long_desription ) +long_description = remove_img_tags( long_description ) config = { 'description': 'PYthon Space-Charge Site Explicit Solver',