We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f79dc commit ab086cfCopy full SHA for ab086cf
README.rst
@@ -5,7 +5,9 @@ setuptools_scm
5
in SCM metadata instead of declaring them as the version argument
6
or in a SCM managed file.
7
8
-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
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``
11
12
.. image:: https://travis-ci.org/pypa/setuptools_scm.svg?branch=master
13
:target: https://travis-ci.org/pypa/setuptools_scm
0 commit comments