From 17a6475e5bcad8b9103d9954454c170da895259a Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Wed, 25 Feb 2015 10:57:29 +0100 Subject: [PATCH] Lower case Segpy->segpy in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efcb951..1e12102 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f: long_description = f.read() setup( - name='Segpy', + name='segpy', # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see