Skip to content

Commit

Permalink
followup 9dcb7cd
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Apr 19, 2024
1 parent 9dcb7cd commit 5655c97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ def read_file(filename):
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'],
tests_require=['pytest'],
install_requires=required,
project_urls={
'Documentation': 'https://satclop.github.io/pyrtlib',
Expand Down

0 comments on commit 5655c97

Please sign in to comment.