Skip to content

Commit

Permalink
fix package installation by adding missing files to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Feb 22, 2024
1 parent cfa1faa commit aef5356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def read_file(filename):
version='1.0.4',
include_package_data=True,
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={'pyrtlib': ['_lineshape/*', 'climatology/*', 'uncertainty/covariance_matrix/*/*']},
# package_dir={'': 'pyrtlib'},
python_requires='>=3.8',
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit aef5356

Please sign in to comment.