~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Denys Duchier
  • Date: 2009-08-14 14:34:35 UTC
  • mto: (4610.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4612.
  • Revision ID: denys.duchier@univ-orleans.fr-20090814143435-px9s14ime04g4u9l
install keys and certs. fixes bug #392401.

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