Changeset 8139 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 30/08/12 12:59:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/setup.py
r8138 r8139 70 70 ], 71 71 'ndg.oauth.server.examples.bearer_tok': [ 72 'README', 'passwd', '*.ini' 73 ], 74 'ndg.oauth.server.examples.bearer_tok.templates': [ 75 '*.html' 76 ], 77 'ndg.oauth.server.examples.bearer_tok.static.layout': [ 78 '*.css', '*.png' 72 'README', 'passwd', '*.ini', 'templates/*.html', 73 'static/layout/*.css', 'static/layout/*.png' 79 74 ], 80 75 'ndg.oauth.server.examples.slcs': [ 81 'README', 'passwd', '*.ini' 82 ], 83 'ndg.oauth.server.examples.slcs.templates': [ 84 '*.html' 85 ], 86 'ndg.oauth.server.examples.slcs.static.layout': [ 87 '*.css', '*.png' 76 'README', 'passwd', '*.ini', 'templates/*.html', 77 'static/layout/*.css', 'static/layout/*.png' 88 78 ], 89 79 'ndg.oauth.server.examples.shared_config': [
Note: See TracChangeset
for help on using the changeset viewer.