diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-08-28 10:42:52 +0300 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-08-28 10:42:52 +0300 |
| commit | 675f5aad0f675ce3d7f3e0125d2ab69843babcbb (patch) | |
| tree | 18050965d9d0c8b8b535d764f0cc4902dd6d7717 /docs | |
| parent | c5c4304d8c60b6f985c8c7607f6950d31d1b2e33 (diff) | |
| download | external_python_setuptools-675f5aad0f675ce3d7f3e0125d2ab69843babcbb.tar.gz external_python_setuptools-675f5aad0f675ce3d7f3e0125d2ab69843babcbb.tar.bz2 external_python_setuptools-675f5aad0f675ce3d7f3e0125d2ab69843babcbb.zip | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index eb9fdbd3..45d746d2 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -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:: |
