rele icon indicating copy to clipboard operation
rele copied to clipboard

Possibility to specify packages for subscriptions discovery

Open awaistkd opened this issue 1 year ago • 0 comments

Right now rele discovers the subscriptions from the packages in the current path.

We want the ability to discover the subscriptions from a package that is installed by the pip. For example:

RELE = {
     ...
    "DISCOVER_SUBSCRIPTIONS_IN": [".",  "package_installed_using_pip"]
}

awaistkd avatar Jan 18 '24 14:01 awaistkd