aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-05-22 13:34:33 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-05-22 13:34:33 -0400
commit92e20650018529aef1c57f800ba01a02224a91eb (patch)
tree7f27167f3d73571ebf6c4011eb5fc39dc124a604
parent42bb03c932d7a13a42b639f62a3f982629e2c4f8 (diff)
downloadipsutils-92e20650018529aef1c57f800ba01a02224a91eb.tar.gz
Removed wrong variable assignment
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 13103e4..1ae3986 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ setup(name='ipsutils',
author='Joseph Hunkeler',
author_email='jhunk@stsci.edu',
url='http://www.stsci.edu/~jhunk/ips',
- include_package_data = True,
package_data = {
'ipsutils': ['tpl/*.tpl'],
},