Skip to content

Commit

Permalink
Merge pull request #2444 from zegor/patch-1
Browse files Browse the repository at this point in the history
Update quickstart.rst
  • Loading branch information
jaraco authored Dec 6, 2020
2 parents e961759 + d7170a2 commit 2065f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ such as metadata, contents, dependencies, etc. Here we demonstrate the minimum
.. code-block:: ini
[metadata]
name = "mypackage"
name = mypackage
version = 0.0.1
[options]
packages = "mypackage"
packages = mypackage
install_requires =
requests
importlib; python_version == "2.6"
Expand Down

0 comments on commit 2065f85

Please sign in to comment.