I am trying to install tldextract on my Google App Engine app but I don't manage to get the .tld_set_snapshot file accessed either locally or once the app is deployed. Here is my app directories structure:
static/
templates/
tldextract/
.tld_set_snapshot
__init__.py
tldextract.py
I guess it's a silly thing but I couldn't find the solution. Thanks.