Skip to content

Commit e313888

Browse files
authored
Update README.md
1 parent adf997c commit e313888

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Adding `setup_requires=['setuptools-git-versioning']` somewhere in `setup.py` wi
2626
## Usage
2727

2828
Just add these lines into your `setup.py`:
29-
```python
30-
setuptools.setup(
31-
...
32-
version_config=True,
33-
setup_requires=['setuptools-git-versioning'],
34-
...
35-
)
36-
```
29+
```python
30+
setuptools.setup(
31+
...
32+
version_config=True,
33+
setup_requires=['setuptools-git-versioning'],
34+
...
35+
)
36+
```
3737

3838
### Release version = git tag
3939
You want to use git tag as a release number instead of duplicating it setup.py or other file.

0 commit comments

Comments
 (0)