Changeset 8138 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 30/08/12 12:00:00 (8 years ago)
- Location:
- trunk/ndg_oauth/ndg_oauth_server
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/setup.py
r8126 r8138 48 48 setup( 49 49 name = 'ndg_oauth_server', 50 version = '0.3. 0',50 version = '0.3.1', 51 51 description = 'OAuth 2.0 server', 52 52 long_description = _long_description, … … 65 65 extras_require = {'slcs_support': 'MyProxyClient'}, 66 66 packages = find_packages(), 67 package_data = { 68 'ndg.oauth.server.examples': [ 69 'README' 70 ], 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' 79 ], 80 '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' 88 ], 89 'ndg.oauth.server.examples.shared_config': [ 90 'README', 'pki/*.pem', 'pki/ca/*.0' 91 ] 92 }, 67 93 zip_safe = False, 68 94 classifiers = [
Note: See TracChangeset
for help on using the changeset viewer.