proboscis / pinjected

MIT License
10 stars 0 forks source link

Meta files for package #9

Open proboscis opened 1 year ago

proboscis commented 1 year ago

We currently use __meta_design variable for each module we are interested in. However, it may be better to use something like meta__.py for extracting metadata for a package.

By doing so, we can accumulate the dependencies out of this module... The motivation for this is the modularity problem