Skip to content

Commit bf07307

Browse files
Merge pull request #343 from pypa/RonnyPfannschmidt-doc-file-finder
experiment with better describing the file finding
2 parents 6879db5 + c91d7e8 commit bf07307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ setuptools_scm
55
in SCM metadata instead of declaring them as the version argument
66
or in a SCM managed file.
77

8-
It also handles file finders for the supported SCMs.
8+
Additionally ``setuptools_scm`` provides setuptools with a list of files that are managed by the SCM
9+
(i.e. it automatically adds all of the SCM-managed files to the sdist).
10+
Unwanted files must be excluded by discarding them via ``MANIFEST.in``.
911

1012
.. image:: https://travis-ci.org/pypa/setuptools_scm.svg?branch=master
1113
:target: https://travis-ci.org/pypa/setuptools_scm

0 commit comments

Comments
 (0)