On Tue, 2011-04-19 at 16:38 -0700, Roy H. Han wrote: > Hi, > > Just a small note that all four templates that come with Pyramid still > reference Pylons in their setup.py classifiers. I don't know whether > this was intentional. > > RHH > > https://github.com/Pylons/pyramid/blob/master/pyramid/paster_templates/alchemy/setup.py_tmpl > https://github.com/Pylons/pyramid/blob/master/pyramid/paster_templates/routesalchemy/setup.py_tmpl > https://github.com/Pylons/pyramid/blob/master/pyramid/paster_templates/starter/setup.py_tmpl > https://github.com/Pylons/pyramid/blob/master/pyramid/paster_templates/zodb/setup.py_tmpl > > classifiers=[ > "Framework :: Pylons", # Shouldn't this say Pyramid? > ], >
It was indeed intentional (Pyramid is part of the "Pylons Project"), although perhaps should be rethought. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
