File: 0001-Remove-bottle.py-from-scripts.patch

package info (click to toggle)
python-bottle 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,220 kB
  • sloc: python: 5,703; makefile: 68; sh: 62
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Federico Ceratto <federico.ceratto@gmail.com>
Date: Sun, 15 Dec 2013 01:41:56 +0000
Subject: Remove bottle.py from scripts

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8b83522..19392f8 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@ setup(name='bottle',
       author_email='marc@gsites.de',
       url='http://bottlepy.org/',
       py_modules=['bottle'],
-      scripts=['bottle.py'],
       license='MIT',
       platforms = 'any',
       classifiers=['Development Status :: 4 - Beta',