Adding package data to setup config

This commit is contained in:
Scisco
2014-08-07 14:40:39 -04:00
parent 054718125f
commit f9b33c8389
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
include README.md
include .gitignore
include LICENSE
recursive-include landsat *.prj *.sbn *.sbx
recursive-include landsat *.shp *.xml *.shx *.html *.txt *.dbf
recursive-include landsat/assests *.prj *.sbn *.sbx
recursive-include landsat/assests *.shp *.xml *.shx *.html *.txt *.dbf

View File

@@ -47,7 +47,7 @@ setup(name="landsat",
scripts=["bin/landsat"],
url="https://github.com/developmentseed/landsat-util",
packages=["landsat"],
include_package_data=True,
license="CCO",
platforms="Posix; MacOS X; Windows",
install_requires=[