File: do-not-ship-extra-data.patch

package info (click to toggle)
pyfltk 1.4.4.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 7,769; cpp: 356; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index dc07b85..3591de2 100755
--- a/setup.py
+++ b/setup.py
@@ -386,7 +386,4 @@
        ext_modules = [module1],
-       packages = ['fltk','fltk.test'],
-
-       package_data={'fltk': ['fltk']},
-       include_package_data=True,
+       packages = ['fltk'],
 
        # metadata to display on PyPI