diff --git a/setup.py b/setup.py index 22996b61dd7da2a7bc91fd0c9e100b04f78e4c4e..f1faeea5c8cc14d984a8ffd5d2d10d7e0234d440 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( description='A tool for analyzing qualitative studies', author='Jukka Lipsanen and Saara Saaninkoski', packages=find_packages(), + include_package_data=True, install_requires=[ 'chardet', 'ConfigArgParse',