Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
Removed quotes in setup.cfg which caused build to fail.
  • Loading branch information
zegor authored Oct 20, 2020
1 parent 544687c commit d7170a2
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 d7170a2

Please sign in to comment.