diff options
author | alvyjudy <53921639+alvyjudy@users.noreply.github.com> | 2020-03-30 13:27:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 13:27:31 -0400 |
commit | b5697f4458e0a2bbdb0d5a46222bb7e7adad8071 (patch) | |
tree | 5428cc264cba0fa30c76d79c0d8d1351057708fe | |
parent | cc7186cde4238e9269beb2b19720380990759299 (diff) | |
download | external_python_setuptools-b5697f4458e0a2bbdb0d5a46222bb7e7adad8071.tar.gz external_python_setuptools-b5697f4458e0a2bbdb0d5a46222bb7e7adad8071.tar.bz2 external_python_setuptools-b5697f4458e0a2bbdb0d5a46222bb7e7adad8071.zip |
deleted blank lines and fixed underline
-rw-r--r-- | docs/build_meta.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/build_meta.txt b/docs/build_meta.txt index 47e0aa74..8d92d804 100644 --- a/docs/build_meta.txt +++ b/docs/build_meta.txt @@ -40,7 +40,7 @@ two functions, ``build_wheel`` and ``build_sdist``, amongst others and uses a ``setup.cfg`` to specify the information about the package. 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. @@ -49,8 +49,7 @@ scripts, a ``pyproject.toml`` file and a ``setup.cfg`` file. pyproject.toml setup.cfg meowpkg/__init__.py - - + The pyproject.toml file is required to specify the build system (i.e. what is being used to package your scripts and install from source). To use it with setuptools, the content would be:: |