Skip to content

Commit c07de4a

Browse files
fix #142: list supported scms
1 parent aecedd5 commit c07de4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Additionally ``setuptools_scm`` provides setuptools with a list of files that ar
99
(i.e. it automatically adds all of the SCM-managed files to the sdist).
1010
Unwanted files must be excluded by discarding them via ``MANIFEST.in``.
1111

12+
``setuptools_scm`` support the following scm out of the box:
13+
14+
* git
15+
* mercurial
16+
17+
18+
1219
.. image:: https://github.com/pypa/setuptools_scm/workflows/python%20tests+artifacts+release/badge.svg
1320
:target: https://github.com/pypa/setuptools_scm/actions
1421

0 commit comments

Comments
 (0)