X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/204d480b9f065082728d39d981f505d3bff58bb2..183e9cd31b1ac2f14b86c5de6ac2643b8a4364a2:/setup.py diff --git a/setup.py b/setup.py index fe0ed53..cedacdd 100755 --- a/setup.py +++ b/setup.py @@ -18,11 +18,12 @@ cat = DC.Extension('catacomb._base', MS.setup(name = 'catacomb-python', description = 'Interface to Catacomb cryptographic library', - url = 'http://www.distorted.org.uk/~mdw/Catacomb-2.1.0', + url = 'https://git.distorted.org.uk/~mdw/catacomb-python/', author = 'Straylight/Edgeware', author_email = 'mdw@distorted.org.uk', license = 'GNU General Public License', packages = ['catacomb'], - scripts = ['pwsafe'], + scripts = ['pock', 'pwsafe'], + data_files = [('share/man/man1', ['pock.1', 'pwsafe.1'])], genfiles = [MS.Generate('algorithms.h')], ext_modules = [cat])