[jokosher-devel] [PATCH] Update the MANIFEST.in file with comments and add myself to the credits :)
- From: "David Corrales" <corrales david gmail com>
- To: jokosher-devel-list <jokosher-devel-list gnome org>
- Subject: [jokosher-devel] [PATCH] Update the MANIFEST.in file with comments and add myself to the credits :)
- Date: Fri, 8 Dec 2006 01:39:22 -0600
Yesterday I submitted the MANIFEST.in file used to properly build the distribution tarballs with Distutils. Everyone can try it by going into the
trunk folder and typing:
python setup.py sdist. A folder
dist will be created, containing a tarball with all necessary files.
This patch simply adds a header comment to the file (I don't know why I didn't try adding a comment before submitting!).
The authors patch only adds my name to the credits :) :)
Finally, I updated the setup.py script with some more meta-information. The only thing missing is a proper main contact email, so it reads
email jokosher org as a placeholder for now.
Index: /home/david/Projects/Jokosher/trunk/AUTHORS
===================================================================
--- /home/david/Projects/Jokosher/trunk/AUTHORS (revision 997)
+++ /home/david/Projects/Jokosher/trunk/AUTHORS (working copy)
@@ -11,6 +11,7 @@
Michael Sheldon <mike mikeasoft com>
Fabrice Silva <silva crans org>
Ben Thorp <mrben jedimoose org>
+David Corrales <corrales david gmail com>
Documentation:
@@ -20,6 +21,7 @@
Alasdair MacLeod <alasdair macleod gmail com>
Robert McWilliam <rmcw allmail net>
Jeff Ratliff <jefrat gmail com>
+David Corrales <corrales david gmail com>
Artists:
Index: /home/david/Projects/Jokosher/trunk/MANIFEST.in
===================================================================
--- /home/david/Projects/Jokosher/trunk/MANIFEST.in (revision 997)
+++ /home/david/Projects/Jokosher/trunk/MANIFEST.in (working copy)
@@ -1,3 +1,12 @@
+#
+# THIS FILE IS PART OF THE JOKOSHER PROJECT AND LICENSED UNDER THE GPL. SEE
+# THE 'COPYING' FILE FOR DETAILS
+#
+# This manifest file is a template, used by Distutils to include necessary
+# additional files when generating the MANIFEST file, from which distribution
+# tarballs are built via: python setup.py sdist
+#
+#-------------------------------------------------------------------------------
include AUTHORS COPYING jokosher.desktop
recursive-include Jokosher *.png *.glade *.gladep Jokosher
recursive-include images *.png
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]