add support for releasing as universal wheel

This commit is contained in:
holger krekel
2015-05-07 12:30:29 +02:00
parent 1b0b406adb
commit 54a43db053
4 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.12',
version='1.13.dev1',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='MIT',