Skip to content

Commit 629952c

Browse files
committed
Update README
1 parent 189f889 commit 629952c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Install
7474
``pyproject.toml``
7575
~~~~~~~~~~~~~~~~~~
7676

77-
Just add ``setuptools-git-versioning`` to ``build-sytem`` part of your ``pyproject.toml``,
78-
and add config options to ``tool.setuptools-git-versioning`` part the same file
77+
Just add ``setuptools-git-versioning`` to ``build-sytem`` section of your ``pyproject.toml``,
78+
and a section ``tool.setuptools-git-versioning`` with config options:
7979

8080
.. code:: toml
8181
@@ -101,8 +101,8 @@ And check the package version generated:
101101
``setup.py``
102102
~~~~~~~~~~~~~~
103103

104-
Just add ``setuptools-git-versioning`` to ``setup_requires`` part of your ``setup.py``,
105-
and pass configuration to ``setuptools_git_versioning`` option in the same file:
104+
Just add ``setuptools-git-versioning`` to ``setup_requires`` argument of ``setuptools.setup`` function call,
105+
and then add new argument ``setuptools_git_versioning`` with config options:
106106

107107
.. code:: python
108108

0 commit comments

Comments
 (0)