Python - setup.cfg
Table of Contents
About
setup.cfg contains the default value of setup.py
Articles Related
Format
Example
Example: setup.cfg
Management
API
<code python> from setuptools.config import read_configuration
conf_dict = read_configuration('/home/user/dev/package/setup.cfg') </code.