Commit 675f5aad authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Update docs with a file list usage example

Now it's possible to use it like this:
* long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
parent c5c4304d
......@@ -2306,7 +2306,7 @@ boilerplate code in some cases.
name = my_package
version = attr: src.VERSION
description = My package description
long_description = file: README.rst
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
keywords = one, two
license = BSD 3-Clause License
classifiers =
......@@ -2379,7 +2379,7 @@ Type names used below:
Special directives:
* ``attr:`` - value could be read from module attribute
* ``file:`` - value could be read from a file
* ``file:`` - value could be read from a list of files and then concatenated
.. note::
......
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