[Telepathy-commits] [telepathy-pinocchio/master] correct the files included in the tarball

Travis Reitter travis.reitter at collabora.co.uk
Fri Aug 15 19:44:22 PDT 2008


---
 ChangeLog   |    5 +++++
 MANIFEST.in |    8 ++++++++
 setup.py    |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f2d542..ddb7a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-08-15  Travis Reitter  <travis.reitter at collabora.co.uk>
 
+	* MANIFEST.in:
+	include all the necessary files in the source distribution
+
+2008-08-15  Travis Reitter  <travis.reitter at collabora.co.uk>
+
 	* general:
 	update license to LGPL v2.1
 	various code refactoring/clean-up
diff --git a/MANIFEST.in b/MANIFEST.in
index cc362dd..4af4c3b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,11 @@
 include AUTHORS
+include ChangeLog
 include COPYING
+include INSTALL
 include MANIFEST.in
+include README
+include setup.py
+recursive-include bin *
+recursive-include data *
+recursive-include libexec *
+recursive-include tests *
diff --git a/setup.py b/setup.py
index 100d4e7..0743047 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 # FIXME: pull this in from a central file
-VERSION = "0.3.0"
+VERSION = "0.3.1"
 
 setup(name='telepathy-pinocchio',
       version=VERSION,
-- 
1.5.6.3




More information about the Telepathy-commits mailing list