diff --git a/setup.py b/setup.py index f61187412..3a7a8633a 100644 --- a/setup.py +++ b/setup.py @@ -56,5 +56,5 @@ def get_version(rel_path): install_requires=get_requirements(), include_package_data=True, package_data={"": ["pyhgf/pyhgf/data/*.dat"]}, - packages=find_packages(where="pyhgf"), + packages=find_packages(), )