lexibank / zhoubizic

CLDF dataset derived from Zhou's "Proto-Bizic" from 2020
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Entry point mentions Allenbai (not Zhoubizic) #4

Closed XachaB closed 2 years ago

XachaB commented 2 years ago

This looks like a small typo. It makes it impossible to import with get_dataset(name, ep="lexibank.dataset").cldf_reader()

https://github.com/lexibank/zhoubizic/blob/086b0bdcc325c67584ba5c9bec89744c15e60669/setup.py#L17

The line should probably be:

 entry_points={"lexibank.dataset": ["zhoubizic=lexibank_zhoubizic:Dataset"]},