File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ sphinx-autobuild==0.7.1
33sphinx-tabs == 2.0.0
44git+https://github.com/python/python-docs-theme.git#egg=python-docs-theme
55git+https://github.com/pypa/pypa-docs-theme.git#egg=pypa-docs-theme
6-
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ would be completely different than the setuptools configuration described
9595below. See :pep: `517 ` and :pep: `518 ` for background and details.
9696
9797
98- Creating setup.cfg and setup.py
99- -------------------------------
98+ Configuring metadata
99+ --------------------
100100
101101You can place the metadata for your project in one of two places. Static
102102information should be placed in :file: `setup.cfg `. This is simpler, easier to
@@ -107,7 +107,7 @@ really want to; both methods are shown below.
107107
108108.. tabs ::
109109
110- .. tab :: Configure with setup.cfg (static)
110+ .. tab :: setup.cfg (static)
111111
112112 :file: `setup.cfg ` is the configuration file for :ref: `setuptools `. It tells
113113 setuptools about your package (such as the name and version) as well as which
@@ -197,7 +197,7 @@ really want to; both methods are shown below.
197197
198198 setuptools.setup()
199199
200- .. tab :: Configure with setup.py (dynamic)
200+ .. tab :: setup.py (dynamic)
201201
202202 :file: `setup.py ` is the build script for :ref: `setuptools `. It tells setuptools
203203 about your package (such as the name and version) as well as which code files
You can’t perform that action at this time.
0 commit comments