summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-06-27 06:48:40 +0200
committerGitHub <noreply@github.com>2019-06-27 06:48:40 +0200
commitab086cf8e616a77a82c031ad2b7ac864cd136e65 (patch)
treedce94f63cdd3f01d09d6e446c62b7663d24203d2
parentb5f79dc9af96892d48243c45a3583c0b2ea4f480 (diff)
downloadsetuptools-scm-ab086cf8e616a77a82c031ad2b7ac864cd136e65.tar.gz
experiment with bettere describing the file finding
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9f6f105..9e827cc 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,9 @@ setuptools_scm
in SCM metadata instead of declaring them as the version argument
or in a SCM managed file.
-It also handles file finders for the supported SCMs.
+Additionally ``setuptools_scm`` provides setuptools with a list of files that are managed by the scm
+(aka automatically adding all of the scm managed files to the sdist).
+Unwanted files must be excluded by discarding them via ``MANIFEST.in``
.. image:: https://travis-ci.org/pypa/setuptools_scm.svg?branch=master
:target: https://travis-ci.org/pypa/setuptools_scm