Skip to content

Commit

Permalink
Merge pull request #130 from jbouffard/setup-fix
Browse files Browse the repository at this point in the history
Fixed Packaging Error
  • Loading branch information
Jacob Bouffard committed Apr 26, 2017
2 parents 10b6a89 + 16d477f commit 8ffda20
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
'numpy>=1.8',
'shapely>=1.6b3'
],
include_package_data=True,
data_files=[('jars', ['geopyspark/jars/geotrellis-backend-assembly-0.1.0.jar'])],
packages=['geopyspark', 'geopyspark.geotrellis', 'geopyspark.tests', 'geopyspark.jars'],
packages=[
'geopyspark',
'geopyspark.geotrellis',
'geopyspark.tests',
'geopyspark.tests.schema_tests',
'geopyspark.jars'
],
scripts=[],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 8ffda20

Please sign in to comment.