File: Remove-windows-batch-setting.patch

package info (click to toggle)
gitsome 0.8.0%2Bds-9.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,480 kB
  • sloc: python: 9,276; sh: 28; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 749 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
21
22
23
24
From: =?utf-8?b?IlNaIExpbiAo5p6X5LiK5pm6KSI=?= <szlin@debian.org>
Date: Wed, 19 Sep 2018 14:35:19 +0800
Subject: Remove windows batch setting

---
 setup.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index fadbdbe..5d55856 100755
--- a/setup.py
+++ b/setup.py
@@ -93,10 +93,7 @@ def main():
             'Topic :: Software Development :: Libraries :: Python Modules',
         ],
         packages=find_packages(),
-        scripts=['scripts/xonsh',
-                 'scripts/xonsh.bat',
-                 'scripts/gitsome',
-                 'scripts/gitsome.bat'],
+        scripts=['scripts/gitsome'],
         cmdclass={'install': xinstall, 'sdist': xsdist},
         )
     if HAVE_SETUPTOOLS: