aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzycat')
-rw-r--r--fuzzycat/matching.py2
-rw-r--r--fuzzycat/py.typed0
2 files changed, 1 insertions, 1 deletions
diff --git a/fuzzycat/matching.py b/fuzzycat/matching.py
index bcda46d..b358899 100644
--- a/fuzzycat/matching.py
+++ b/fuzzycat/matching.py
@@ -207,7 +207,7 @@ def retrieve_entity_list(
if entity_type == ReleaseEntity:
for id in ids:
try:
- re = api.get_release(id, hide="refs,abstracts", expand="container")
+ re = api.get_release(id, hide="refs,abstracts", expand="container,contribs,files")
result.append(re)
except ApiException as exc:
if exc.status == 404:
diff --git a/fuzzycat/py.typed b/fuzzycat/py.typed
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/fuzzycat/py.typed