From 2c69ec3e220c2cf1791cd723fe3a82eaf0c8d771 Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Wed, 14 Sep 2022 18:23:59 +0100 Subject: python/python-setuptools-git: Added (Git Plugin for setuptools) Signed-off-by: bedlam --- python/python-setuptools-git/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python-setuptools-git/README (limited to 'python/python-setuptools-git/README') diff --git a/python/python-setuptools-git/README b/python/python-setuptools-git/README new file mode 100644 index 0000000000..4ecf6a9494 --- /dev/null +++ b/python/python-setuptools-git/README @@ -0,0 +1,8 @@ +This is a plugin for setuptools that enables git integration. Once +installed, Setuptools can be told to include in a package 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. -- cgit v1.2.3