This commit is contained in:
holger krekel
2011-11-18 19:08:05 +00:00
parent 750ada16d1
commit d5ff8b066a
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.7.dev1',
version='1.7',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='GPLv2 or later',
@@ -27,4 +27,4 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
)
)