Skip to content

Commit

Permalink
Add spectra to pip distribution
Browse files Browse the repository at this point in the history
Apparently, they weren't being included... Addresses #13
  • Loading branch information
Jose Gomez-Dans committed Feb 21, 2019
1 parent 58d99dc commit 83a4f59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion prosail/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected]"

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83a4f59

Please sign in to comment.