Show More
@@ -140,7 +140,7 b' setup(' | |||||
140 | ('public/**', 'ignore', None), |
|
140 | ('public/**', 'ignore', None), | |
141 | ] |
|
141 | ] | |
142 | }, |
|
142 | }, | |
143 |
paster_plugins=['PasteScript' |
|
143 | paster_plugins=['PasteScript'], | |
144 | entry_points={ |
|
144 | entry_points={ | |
145 | 'enterprise.plugins1': [ |
|
145 | 'enterprise.plugins1': [ | |
146 | 'crowd=rhodecode.authentication.plugins.auth_crowd:plugin_factory', |
|
146 | 'crowd=rhodecode.authentication.plugins.auth_crowd:plugin_factory', | |
@@ -153,11 +153,6 b' setup(' | |||||
153 | ], |
|
153 | ], | |
154 | 'paste.app_factory': [ |
|
154 | 'paste.app_factory': [ | |
155 | 'main=rhodecode.config.middleware:make_pyramid_app', |
|
155 | 'main=rhodecode.config.middleware:make_pyramid_app', | |
156 | 'pylons=rhodecode.config.middleware:make_app', |
|
|||
157 | ], |
|
|||
158 | 'paste.app_install': [ |
|
|||
159 | 'main=pylons.util:PylonsInstaller', |
|
|||
160 | 'pylons=pylons.util:PylonsInstaller', |
|
|||
161 | ], |
|
156 | ], | |
162 | 'paste.global_paster_command': [ |
|
157 | 'paste.global_paster_command': [ | |
163 | 'make-config=rhodecode.lib.paster_commands.make_config:Command', |
|
158 | 'make-config=rhodecode.lib.paster_commands.make_config:Command', |
General Comments 0
You need to be logged in to leave comments.
Login now