~gandelman-a/ubuntu/precise/python-dingus/lp879051

« back to all changes in this revision

Viewing changes to patches/setup_cleanup

  • Committer: Adam Gandelman
  • Date: 2011-10-20 19:32:48 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: adamg@canonical.com-20111020193248-dyeyxr0razpb7k4i
* Merge from debian testing (LP: #879051). Remaining changes:
  - dh_python2 transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: python-dingus-0.3.2/setup.py
 
2
===================================================================
 
3
--- python-dingus-0.3.2.orig/setup.py   2011-08-07 09:37:57.900948735 +0100
 
4
+++ python-dingus-0.3.2/setup.py        2011-08-07 09:38:03.340954228 +0100
 
5
@@ -7,7 +7,6 @@
 
6
       author='Gary Bernhardt',
 
7
       author_email='gary.bernhardt@gmail.com',
 
8
       py_modules=['dingus'],
 
9
-      data_files=[('', ['README.txt'])],
 
10
       license='MIT',
 
11
       url='https://github.com/garybernhardt/dingus',
 
12
       keywords='testing test mocking mock double stub fake record assert',