forked from pool/python-xpybutil
Needed for (future) package flashfocus. Please add me as maintainer. OBS-URL: https://build.opensuse.org/request/show/614498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xpybutil?expand=0&rev=1
18 lines
626 B
Diff
18 lines
626 B
Diff
diff -urEbwB xpybutil-0.0.5/setup.py xpybutil-0.0.5.new/setup.py
|
|
--- xpybutil-0.0.5/setup.py 2018-05-09 05:42:29.000000000 +0200
|
|
+++ xpybutil-0.0.5.new/setup.py 2018-06-06 10:50:36.838622926 +0200
|
|
@@ -11,7 +11,6 @@
|
|
print('See: http://cgit.freedesktop.org/xcb/xpyb/')
|
|
print('More options: xpyb-ng:', 'https://github.com/dequis/xpyb-ng',
|
|
'and xcffib:', 'https://github.com/tych0/xcffib')
|
|
- sys.exit(1)
|
|
|
|
setup(
|
|
name="xpybutil",
|
|
@@ -24,5 +23,4 @@
|
|
url="http://pytyle.com",
|
|
platforms='POSIX',
|
|
packages=['xpybutil'],
|
|
- data_files=[('share/doc/xpybutil', ['README.md', 'COPYING'])]
|
|
)
|