File: install-data

package info (click to toggle)
python-wadllib 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 616 kB
  • sloc: xml: 3,484; python: 902; makefile: 23
file content (20 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Install version.txt with package_data
Author: Stefano Rivera <stefanor@debian.org>
Last-Update: 2012-02-23

--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@
     version=__version__,
     packages=find_packages('src'),
     package_dir={'':'src'},
+    package_data={'wadllib': ['version.txt']},
     include_package_data=True,
     zip_safe=False,
     maintainer='LAZR Developers',
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
-recursive-include src *.json *.xml *.txt
 include ez_setup.py
 include COPYING.txt HACKING.txt