##// END OF EJS Templates
pylons: remove core components out of setup.py
marcink -
r2352:78acddb5 default
parent child Browse files
Show More
@@ -140,7 +140,7 b' setup('
140 140 ('public/**', 'ignore', None),
141 141 ]
142 142 },
143 paster_plugins=['PasteScript', 'Pylons'],
143 paster_plugins=['PasteScript'],
144 144 entry_points={
145 145 'enterprise.plugins1': [
146 146 'crowd=rhodecode.authentication.plugins.auth_crowd:plugin_factory',
@@ -153,11 +153,6 b' setup('
153 153 ],
154 154 'paste.app_factory': [
155 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 157 'paste.global_paster_command': [
163 158 'make-config=rhodecode.lib.paster_commands.make_config:Command',
General Comments 0
You need to be logged in to leave comments. Login now