pymc-labs / pymc-marketing

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
https://www.pymc-marketing.io/
Apache License 2.0
653 stars 179 forks source link

Automatic module discovery in pyproject.toml #995

Open wd60622 opened 1 week ago

wd60622 commented 1 week ago

New modules for the package need to be manually added to the pyproject.toml. There should be some automatic discovery as pointed out by @lucianopaz in PR #803

lucianopaz commented 1 week ago

Setuptools has find_packages that does just that.