diff --git a/setup.py b/setup.py index 1cf5830e2..6e92e257f 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ python_requires='>=3.9', license='Apache 2.0', packages=find_packages(), + package_data={"totalsegmentator": ["resources/totalsegmentator_snomed_mapping.csv"]}, install_requires=[ 'torch>=2.0.0', 'numpy<2', diff --git a/resources/totalsegmentator_snomed_mapping.csv b/totalsegmentator/resources/totalsegmentator_snomed_mapping.csv similarity index 100% rename from resources/totalsegmentator_snomed_mapping.csv rename to totalsegmentator/resources/totalsegmentator_snomed_mapping.csv