diff --git a/geesedb/resources/topics-and-qrels/__init__.py b/geesedb/resources/topics-and-qrels/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 596367f..fa2a2ab 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,8 @@ author='Chris Kamphuis', author_email='chris@cs.ru.nl', url='https://github.com/informagi/GeeseDB', - install_requires=['duckdb'], - packages=find_packages() + install_requires=['duckdb', 'numpy', 'pandas'], + packages=find_packages(), + include_package_data=True, + package_data={'': ['qrels.*', 'topics.*']} )