diff options
Diffstat (limited to 'development/setuptools_git/README')
-rw-r--r-- | development/setuptools_git/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/setuptools_git/README b/development/setuptools_git/README new file mode 100644 index 0000000000000..46d2ce11e9a3a --- /dev/null +++ b/development/setuptools_git/README @@ -0,0 +1,12 @@ +setuptools_git (Setuptools revision control system plugin for Git) + +This is a plugin for setuptools that enables Git integration. Once +installed, setuptools can be told to include in a module +distribution all the files tracked by git. This is an alternative +to explicit inclusion specifications with MANIFEST.in. + +This package was formerly known as gitlsfiles. The name change is +the result of an effort by the setuptools plugin developers to +provide a uniform naming convention. + +This requires pysetuptools. |