Commit d7170a28 authored by Greg Solon's avatar Greg Solon Committed by GitHub

Update quickstart.rst

Removed quotes in setup.cfg which caused build to fail.
parent 544687c3
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment