You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/kivy-garden/files/remove_bat.patch

11 lines
343 B

--- a/setup.py.orig 2014-04-02 08:48:05.906881843 +0200
+++ b/setup.py 2014-04-02 08:48:16.650214908 +0200
@@ -8,6 +8,6 @@
version='0.1.1',
license='MIT',
packages=['garden'],
- scripts=['bin/garden', 'bin/garden.bat'],
+ scripts=['bin/kivy-garden'],
install_requires=['requests'],
)