~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 16:45:57 UTC
  • mfrom: (4610.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090814164557-05bpjwxjr318ptaf
(vila) Install ssl test certificate and key

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
            'package_data': {'bzrlib': ['doc/api/*.txt',
66
66
                                        'tests/test_patches_data/*',
67
67
                                        'help_topics/en/*.txt',
 
68
                                        'tests/ssl_certs/server_without_pass.key',
 
69
                                        'tests/ssl_certs/server_with_pass.key',
 
70
                                        'tests/ssl_certs/server.crt'
68
71
                                       ]},
69
72
           }
70
73