~ubuntu-branches/ubuntu/vivid/lazr.restfulclient/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/install-data

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-12-06 01:04:46 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20141206010446-axq9v8zp6kkfts8v
Tags: 0.13.4-0ubuntu1
Upload to vivid, because my subkey is not getting accepted by
ftp-master.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Install version.txt with package_data
2
 
Author: Stefano Rivera <stefanor@debian.org>
3
 
Last-Update: 2012-01-24
4
 
 
5
 
--- a/setup.py
6
 
+++ b/setup.py
7
 
@@ -42,6 +42,7 @@
8
 
     namespace_packages=['lazr'],
9
 
     packages=find_packages('src'),
10
 
     package_dir={'':'src'},
11
 
+    package_data={'lazr.restfulclient': ['version.txt']},
12
 
     include_package_data=True,
13
 
     zip_safe=False,
14
 
     maintainer='LAZR Developers',