[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python Multi-Build for Python Extensions Packaging - Report 2



> One of the important BuildSystem class method is detect method. This
> method will detect the extension's build system. If given directory has
> files for building extensions for this build system (or other magical
> detecting ways) it will return true.

In packaging/distutils2, we have code to detect whether a project uses
distutils, setuptools or packaging:
http://hg.python.org/cpython/file/a7e00934baf1/Lib/packaging/util.py#l1343

Regards


Reply to: