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:
|