Skip to content

Commit

Permalink
Updated setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm-targa committed Jan 22, 2024
1 parent 2c6ccab commit 7ae5900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

VERSION = CHEWBBACA.__version__

packages = find_namespace_packages(include=['CHEWBBACA*'])
exclude_package_data = {"CHEWBBACA": ["tests*"]}
packages = find_namespace_packages()
exclude_package_data = {"CHEWBBACA": ["tests"]}

install_requires = (
'numpy~=1.24.3',
Expand Down

0 comments on commit 7ae5900

Please sign in to comment.