beancount / beanquery

A customizable light-weight SQL query tool that works on tabular data, including Beancount.
GNU General Public License v2.0
19 stars 12 forks source link

beanquery: add empty init file in beanquery.sources #162

Closed LalitMaganti closed 10 months ago

LalitMaganti commented 10 months ago

This is necessary for setuptools to realise that this module needs to be included when creating the package.

This allows package managers (e.g. poetry) to work correctly.

dnicolodi commented 10 months ago

beanquery.sources is purposely missing a __init__.py to make it a namespace package. The right thing to do is to make setuptools install it anyway. Fix coming shortly.