Skip to content

Commit

Permalink
Include topics and qrels in the pip package
Browse files Browse the repository at this point in the history
Also add dependecies in setup.py
  • Loading branch information
chriskamphuis committed Jun 29, 2021
1 parent c6b2c3a commit ce174cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Empty file.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
author='Chris Kamphuis',
author_email='[email protected]',
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.*']}
)

0 comments on commit ce174cc

Please sign in to comment.