.. _configuration:

=============
Configuration
=============

Projects set up with PyScaffold feature an easy package configuration with
``setup.cfg``. Check out the example below as well as documentation of
`setuptools`_.

.. literalinclude:: ./example_setup.cfg

.. _setuptools: http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
