File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ Install
74
74
``pyproject.toml ``
75
75
~~~~~~~~~~~~~~~~~~
76
76
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:
79
79
80
80
.. code :: toml
81
81
@@ -101,8 +101,8 @@ And check the package version generated:
101
101
``setup.py ``
102
102
~~~~~~~~~~~~~~
103
103
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 :
106
106
107
107
.. code :: python
108
108
You can’t perform that action at this time.
0 commit comments