Skip to content

Commit

Permalink
url resolver entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Sep 24, 2024
1 parent 98810ed commit 9822833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def get_version(rel_path):
'pyterrier.java = pyterrier.java:CoreJavaInit',
'pyterrier.terrier.java = pyterrier.terrier.java:TerrierJavaInit',
],
'pyterrier.artifact.url_protocol_resolver': [
'hf = pyterrier._artifact:_hf_url_resolver'
],
},
install_requires=requirements,
python_requires='>=3.8',
Expand Down

0 comments on commit 9822833

Please sign in to comment.