From 83a4f59906c5d0df4db2c02ca0e41b7f47f25d5a Mon Sep 17 00:00:00 2001 From: Jose Gomez-Dans Date: Thu, 21 Feb 2019 16:06:20 +0000 Subject: [PATCH] Add spectra to pip distribution Apparently, they weren't being included... Addresses #13 --- prosail/__init__.py | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/prosail/__init__.py b/prosail/__init__.py index 4098b97..d1e47a3 100644 --- a/prosail/__init__.py +++ b/prosail/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __author__ = "J Gomez-Dans" __copyright__ = "Copyright 2017, 2018 J Gomez-Dans" -__version__ = "2.0.2" +__version__ = "2.0.3" __license__ = "GPLv3" __email__ = "j.gomez-dans@ucl.ac.uk" diff --git a/setup.py b/setup.py index 28bbc90..5898c99 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,6 @@ def find_version(*file_paths): author_email=author_email, classifiers=classifiers, package_data={"prosail": ["*.txt"]}, - include_package_data=True, install_requires=[ "numpy", "numba",