Michael Merickel
2017-07-14 29615272e0f5668373f5e1eca56d3209cfac8ffa
setup.py
@@ -67,11 +67,11 @@
testing_extras = tests_require + [
    'nose',
    'coverage',
    'virtualenv', # for scaffolding tests
    'virtualenv',  # for scaffolding tests
    ]
setup(name='pyramid',
      version='1.8.dev0',
      version='1.8.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[