~launchpad-pqm/pygpgme/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-10-22 21:47:47 UTC
  • mfrom: (47.1.1 pygpgme-genkey)
  • Revision ID: launchpad@pqm.canonical.com-20081022214747-h2sphj9zcuh1c1cq
[r=gmb] Merging trunk. Support for key generation and minor fixes in
        the test suite (GPG_AGENT_INFO handling).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
     'src/pygpgme-import.c',
14
14
     'src/pygpgme-keyiter.c',
15
15
     'src/pygpgme-constants.c',
 
16
     'src/pygpgme-genkey.c',
16
17
     ],
17
18
    libraries=['gpgme'])
18
19