← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:update-add-a-package-documentation into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:update-add-a-package-documentation into launchpad:master.

Commit message:
Update "Add a Package" section as we use setup.cfg nowadays

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/411454
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:update-add-a-package-documentation into launchpad:master.
diff --git a/doc/pip.txt b/doc/pip.txt
index 5726e2e..6ebb35f 100644
--- a/doc/pip.txt
+++ b/doc/pip.txt
@@ -184,7 +184,7 @@ Add a Package
 
 Let's suppose that we want to add the "lazr.foo" package as a dependency.
 
-1.  Add the new package to the ``setup.py`` file in the ``install_requires``
+1.  Add the new package to the ``setup.cfg`` file in the ``install_requires``
     list.
 
     Generally, our policy is to only set minimum version numbers in this

Follow ups