subpackage_of
if the package is a subpackage, this variable handles the primary level
package name. For instance, "logilab" subpackage should set this variable to
"logilab".
include_dirs
list of data directories to install _with_ the library. This usually contains
test data.
scripts
list of executable scripts (look at the distutils setup arguments
documentation for more information).
data_files
list of data files (look at the distutils setup arguments documentation for
more information).
ext_modules
list of distutils Extension instances for Python C/C++ extensions (look at the
distutils setup arguments documentation for more information.
license
distribution license (GPL, LGPL, ZPL...).
license_text
distribution license terms. You should not set it if you have specified a
known license with the "license" attribute. Otherwise, you must set this
variable.
pyversions
list of supported Python versions