diff options
author | alvyjudy <53921639+alvyjudy@users.noreply.github.com> | 2020-03-30 13:30:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 13:30:30 -0400 |
commit | 71af92d2e1f00162e46fe9c72370cad7e9bd0c5f (patch) | |
tree | 5ebcbc81a39882bdc881542715f4c04584742515 /docs | |
parent | b5697f4458e0a2bbdb0d5a46222bb7e7adad8071 (diff) | |
download | external_python_setuptools-71af92d2e1f00162e46fe9c72370cad7e9bd0c5f.tar.gz external_python_setuptools-71af92d2e1f00162e46fe9c72370cad7e9bd0c5f.tar.bz2 external_python_setuptools-71af92d2e1f00162e46fe9c72370cad7e9bd0c5f.zip |
fixed some RST syntax
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build_meta.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build_meta.txt b/docs/build_meta.txt index 8d92d804..4467ddda 100644 --- a/docs/build_meta.txt +++ b/docs/build_meta.txt @@ -21,7 +21,7 @@ package and distribute Python modules. Under PEP517: a ``pyproject.toml`` file is used to specify what program to use for generating distribution. - Then, two functions provided by the program,``build_wheel(directory: str)`` + Then, two functions provided by the program, ``build_wheel(directory: str)`` and ``build_sdist(directory: str)`` create the distribution bundle at the specified ``directory``. The program is free to use its own configuration script or extend the ``.toml`` file. @@ -43,7 +43,7 @@ How to use it? -------------- Starting with a package that you want to distribute. You will need your source -scripts, a ``pyproject.toml`` file and a ``setup.cfg`` file. +scripts, a ``pyproject.toml`` file and a ``setup.cfg`` file:: ~/meowpkg/ pyproject.toml |