clics / clicsbp

CLDF dataset on Body Part Colexifications
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

Add __init__ to make clicsbpcommands package available #67

Closed chrzyki closed 6 months ago

chrzyki commented 6 months ago

The clicsbpcommands entry point could not be loaded by default as __init__.py was missing from clicsbpcommands/. Therefore, the entry point was not available as a package to be loaded and the clicsbp. ... commands were missing from cldfbench.

Fixes:

$ cldfbench
clldutils/clilib.py:291: UserWarning: ImportError loading entry point clicsbp
  warnings.warn('ImportError loading entry point {0.name}'.format(ep))
LinguList commented 6 months ago

Super, I wonder how this could've passed in our applications so far...