Home | History | Annotate | Download | only in distutils

Lines Matching refs:packages

113          "print the list of packages/modules provided"),
115 "print the list of packages/modules required"),
117 "print the list of packages/modules made obsolete")
162 # 'command_packages' is a list of packages in which commands
164 # to be named 'foo' in the module 'foo' in one of the packages
197 self.packages = None
497 ("command-packages=", None,
498 "list of packages that provide distutils commands"),
783 """Return a list of packages from which commands are loaded."""
979 return len(self.packages or self.py_modules or []) > 0