File: no_scripts_in_setup.patch

package info (click to toggle)
tftpy 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 208 kB
  • ctags: 159
  • sloc: python: 1,308; makefile: 35
file content (11 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- tftpy.orig/setup.py
+++ tftpy/setup.py
@@ -9,7 +9,7 @@
       author_email='msoulier@digitaltorque.ca',
       url='http://tftpy.sourceforge.net',
       packages=['tftpy'],
-      scripts=['bin/tftpy_client.py','bin/tftpy_server.py'],
+      #scripts=['bin/tftpy_client.py','bin/tftpy_server.py'],
       classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Console',