diff options
| author | alvyjudy <alvyjudy@gmail.com> | 2020-05-13 10:57:42 -0400 |
|---|---|---|
| committer | alvyjudy <alvyjudy@gmail.com> | 2020-05-13 10:57:42 -0400 |
| commit | e50590a6961a91765ef00aaea447d3be8948666f (patch) | |
| tree | 9f92bde7cb95aab06915ca4d17479c180843ddd6 /docs/userguide | |
| parent | c12db0915b4e3f0fae91d2a99dab467602c06dd6 (diff) | |
| download | python-setuptools-git-e50590a6961a91765ef00aaea447d3be8948666f.tar.gz | |
docs: removed unnecessary transition paragraph
so that the quickstart is cleaner for now. Might add more text later
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/quickstart.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/userguide/quickstart.txt b/docs/userguide/quickstart.txt index f2e1a951..535227a0 100644 --- a/docs/userguide/quickstart.txt +++ b/docs/userguide/quickstart.txt @@ -74,8 +74,6 @@ dependencies, and perhaps some data files and scripts:: # could also include long_description, download_url, etc. ) -In the sections that follow, we'll explain what most of these ``setup()`` -arguments do (except for the metadata ones), and the various ways you might use -them in your own project(s). + |
