File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# setuptools_scm
2
2
[ ![ github ci] ( https://github.com/pypa/setuptools_scm/workflows/python%20tests+artifacts+release/badge.svg )] ( https://github.com/pypa/setuptools_scm/actions )
3
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/setuptools-scm/badge/?version=latest )] ( https://setuptools-scm.readthedocs.io/en/latest/?badge=latest )
3
4
[ ![ tidelift] ( https://tidelift.com/badges/package/pypi/setuptools-scm ) ] ( https://tidelift.com/subscription/pkg/pypi-setuptools-scm?utm_source=pypi-setuptools-scm&utm_medium=readme )
4
5
5
6
## about
@@ -60,14 +61,16 @@ Where `pkg` is the name of your package.
60
61
If you need to confirm which version string is being generated or debug the configuration,
61
62
you can install [ setuptools-scm] directly in your working environment and run:
62
63
63
- [ setuptools-scm ] : https://github.com/pypa/setuptools_scm
64
-
65
64
``` console
66
65
$ python -m setuptools_scm
67
66
# To explore other options, try:
68
67
$ python -m setuptools_scm --help
69
68
```
70
69
70
+ For further configuration see the [ documentation] .
71
+
72
+ [ setuptools-scm ] : https://github.com/pypa/setuptools_scm
73
+ [ documentation ] : https://setuptools-scm.readthedocs.io/
71
74
72
75
73
76
## Interaction with Enterprise Distributions
Original file line number Diff line number Diff line change @@ -63,8 +63,11 @@ test = [
63
63
]
64
64
toml = [
65
65
]
66
+
66
67
[project .urls ]
67
68
repository = " https://github.com/pypa/setuptools_scm/"
69
+ documentation = " https://setuptools-scm.readthedocs.io/"
70
+
68
71
[project .entry-points ."distutils .setup_keywords" ]
69
72
use_scm_version = " setuptools_scm._integration.setuptools:version_keyword"
70
73
[project .entry-points ."setuptools .file_finders" ]
You can’t perform that action at this time.
0 commit comments