forked from pool/python-xpybutil
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'])]
|
||
|
|
)
|