mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
10 lines
406 B
Diff
10 lines
406 B
Diff
|
--- setup.py 2009-12-01 07:58:44.000000000 +0300
|
||
|
+++ setup.py.new 2013-01-16 17:55:50.000000000 +0400
|
||
|
@@ -36,5 +36,4 @@
|
||
|
url = 'http://www.b2bua.org/',
|
||
|
packages = ['sippy'],
|
||
|
scripts = ['sippy/b2bua_radius.py', 'sippy/b2bua_simple.py'],
|
||
|
- data_files = [('etc/sippy', ['sippy/dictionary']),
|
||
|
- ('share/doc/sippy', ['COPYING'])])
|
||
|
+ data_files = [('etc/sippy', ['sippy/dictionary']),])
|