Skip to content

Commit

Permalink
typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
virginiayung committed Aug 5, 2016
1 parent 5975116 commit 52ee764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 52ee764

Please sign in to comment.