File: 10-setup.py.patch

package info (click to toggle)
multipartposthandler 0.1.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 32
  • sloc: python: 118; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: multipartposthandler-0.1.0/setup.py
===================================================================
--- multipartposthandler-0.1.0.orig/setup.py
+++ multipartposthandler-0.1.0/setup.py
@@ -42,7 +42,7 @@ Further Example:
   The main function of this file is a sample which downloads a page and
   then uploads it to the W3C validator.
 """,
-    package_data = {'doc':['MultipartPostHandler.html']},
+    ## package_data = {'doc':['MultipartPostHandler.html']},
     packages = find_packages()
     )