From 52ee7644f340d17dd53204ea229b9c336abf6c8b Mon Sep 17 00:00:00 2001 From: virginiayung Date: Fri, 5 Aug 2016 15:29:16 -0700 Subject: [PATCH] typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a34e6dd..62485d6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools.extension import Extension # Parse the version from the fiona module. -with open('rio_toa/__init__.py') as f: +with open('pansharpen/__init__.py') as f: for line in f: if line.find("__version__") >= 0: version = line.split("=")[1].strip()