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

@@ -1,3 +1,8 @@
1.13.dev1
-------------------------
- release as wheel
1.12
-------------------------

2
setup.cfg Normal file
View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

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',

View File

@@ -1,2 +1,2 @@
#
__version__ = '1.12'
__version__ = '1.13.dev1'