This is the 'root' project of the examples package (i.e. it does not import any
other module in the package (other than the examples.sip module).

To create and install the extension module, run:

    sip-install
or
    pip install .

To create and install an sdist, run::

    sip-sdist
    pip install examples_core-0.1.tar.gz

To create and install a wheel, run::

    sip-wheel
    pip install examples_core-0.1-*.whl

To uninstall the extension module, run:

    pip uninstall examples_core
