Skip to content

Commit ab086cf

Browse files
experiment with bettere describing the file finding
1 parent b5f79dc commit ab086cf

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+
(aka automatically adding 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)