Commit 1459bb4d authored by alvyjudy's avatar alvyjudy

docs: fixed mistaken explanation

parent 3eb1cecd
......@@ -69,8 +69,8 @@ The syntax for entry points is specified as follows:
where ``name`` is the name for the script you want to create, the left hand
side of ``:`` is the module that contains your function and the right hand
side is the object you want to invoke (e.g. a function). ``type`` specifies the
type of script you want to create. ``setuptools`` currently supports either
``[console_script]`` and ``[gui_script]``.
type of entry point (pertinent to the program that exploits it). ``setuptools``
natively supports ``[console_script]`` and ``[gui_script]``.
.. note::
the syntax is not limited to ``INI`` string as demonstrated above. You can
......
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