issues
search
rteabeault
/
AnkiSpacy
5
stars
1
forks
source link
Fixed vendoring.
#2
Closed
rteabeault
closed
3 years ago
rteabeault
commented
3 years ago
Fixes
https://github.com/rteabeault/AnkiSpacy/issues/1
setuptools needed to be included in _vendor.
The dist-info dir from setuptools also needed to be included so that setuptools specific commands could be located by pkg_resources.
During addon init the _vendor packages needed to be added to pkg_resources.
Fixes https://github.com/rteabeault/AnkiSpacy/issues/1