chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
catacomb/__init__.py: Awful bodge for symbol conflict.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 5f4c373bb14ed03266e09ce3c0b7fa6993e4f559..89a56b8ca7fae517e1546cd35c70956b82fde67c 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
import distutils.core as DC
import mdwsetup as MS
import distutils.core as DC
import mdwsetup as MS
-MS.pkg_config('catacomb', '2.
1.1
')
+MS.pkg_config('catacomb', '2.
3.0.1+4
')
MS.pkg_config('mLib', '2.0.4')
cat = DC.Extension('catacomb._base',
MS.pkg_config('mLib', '2.0.4')
cat = DC.Extension('catacomb._base',
@@
-24,5
+24,6
@@
MS.setup(name = 'catacomb-python',
license = 'GNU General Public License',
packages = ['catacomb'],
scripts = ['pwsafe'],
license = 'GNU General Public License',
packages = ['catacomb'],
scripts = ['pwsafe'],
+ data_files = [('share/man/man1', ['pwsafe.1'])],
genfiles = [MS.Generate('algorithms.h')],
ext_modules = [cat])
genfiles = [MS.Generate('algorithms.h')],
ext_modules = [cat])