~ztk-steering-group/zope.authentication/trunk-SVN

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: nadako
  • Date: 2009-03-11 22:31:33 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.authentication/trunk:97931
Get some shape.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
          'Detailed Documentation\n' +
33
33
          '======================\n'
34
34
          + '\n\n' +
35
 
          read('src', 'zope', 'app', 'security', 'globalprincipals.txt')
36
 
          + '\n\n' +
37
 
          read('src', 'zope', 'app', 'security', 'logout.txt')
38
 
          + '\n\n' +
39
 
          read('src', 'zope', 'app', 'security', 'browser',
40
 
               'authutilitysearchview.txt')
41
 
          + '\n\n' +
42
 
          read('src', 'zope', 'app', 'security', 'browser', 'loginlogout.txt')
43
 
          + '\n\n' +
44
 
          read('src', 'zope', 'app', 'security', 'browser',
45
 
               'principalterms.txt')
 
35
          read('src', 'zope', 'authentication', 'logout.txt')
 
36
          + '\n\n' +
 
37
          read('src', 'zope', 'authentication', 'principalterms.txt')
46
38
          + '\n\n' +
47
39
          read('CHANGES.txt')
48
40
          ),
68
60
                        'zope.i18nmessageid',
69
61
                        'zope.interface',
70
62
                        'zope.schema',
 
63
                        
 
64
                        'zope.publisher', # XXX: this is for ILoginPassword
 
65
                                          # adapters that should be moved
 
66
                                          # elsewhere, probably to zope.publisher
 
67
 
 
68
                        'zope.site', # XXX: this shouldn't be needed
 
69
                        'zope.app.component', # XXX: this is for testing, until
 
70
                        'zope.app.testing',   # we got testingNextUtility in
 
71
                                              # a sane place or rewrite tests.
71
72
                        ],
72
73
      include_package_data = True,
73
74
      zip_safe = False,