Skip to content

Commit

Permalink
Merge pull request #586 from avalentino/bugfix/package-data
Browse files Browse the repository at this point in the history
Include package data
  • Loading branch information
mraspaud committed Feb 29, 2024
2 parents 60b4b38 + 72e9757 commit d5e437f
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 @@ -101,6 +101,7 @@
package_dir={'pyresample': 'pyresample'},
packages=find_packages(),
package_data={'pyresample.test': ['test_files/*']},
include_package_data=True,
python_requires='>=3.9',
install_requires=requirements,
extras_require=extras_require,
Expand Down

0 comments on commit d5e437f

Please sign in to comment.