File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments