We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394bfc4 commit 510e3c4Copy full SHA for 510e3c4
1 file changed
source/tutorials/packaging-projects.rst
@@ -119,8 +119,9 @@ There are two types of metadata: static and dynamic.
119
dynamic or determined at install-time, as well as extension modules or
120
extensions to setuptools, need to go into :file:`setup.py`.
121
122
-Static metadata should be preferred and dynamic metadata should be used only as
123
-an escape hatch when absolutely necessary.
+Static metadata (:file:`setup.cfg`) should be preferred. Dynamic metadata (:file:`setup.py`)
+should be used only as an escape hatch when absolutely necessary. :file:`setup.py` used to
124
+be required, but can be omitted in modern setuptools.
125
126
127
.. tab:: :file:`setup.cfg` (static)
0 commit comments