Commit 2065f85d authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2444 from zegor/patch-1

Update quickstart.rst
parents e9617599 d7170a28
......@@ -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