summaryrefslogtreecommitdiffstats
path: root/development/setuptools_git/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-08-14 15:44:41 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:53 -0500
commit10284949cf6cd36675f57e2a3eb288637ade0b17 (patch)
treeb34d21943325b2df0b070ede28e38c3b11f2bb62 /development/setuptools_git/README
parent8341c8dc96db747bc3e789c36294156855273e4c (diff)
downloadslackbuilds-10284949cf6cd36675f57e2a3eb288637ade0b17.tar.gz
slackbuilds-10284949cf6cd36675f57e2a3eb288637ade0b17.tar.xz
development/setuptools_git: Added (Setuptools revision control system plugin for Git)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/setuptools_git/README')
-rw-r--r--development/setuptools_git/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/setuptools_git/README b/development/setuptools_git/README
new file mode 100644
index 0000000000..46d2ce11e9
--- /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.