Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.2 #152

Merged
merged 5 commits into from
Jan 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ __pycache__
# data
data/lucene-index-covid-paragraph
scratch

# setup
dist/
pygaggle.egg-info/

2 changes: 2 additions & 0 deletions MANIFEST.IN
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setuptools.setup(
name='pygaggle',
version='0.0.1',
version='0.0.2',
author='PyGaggle Gaggle',
author_email='r33tang@uwaterloo.ca',
description='A gaggle of rerankers for CovidQA, CORD-19 and MS-MARCO',
author_email='rpradeep@uwaterloo.ca',
description='A gaggle of rerankers for text ranking and question answering.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/castorini/pygaggle',
Expand Down