add support for releasing as universal wheel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
1.13.dev1
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
- release as wheel
|
||||||
|
|
||||||
1.12
|
1.12
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pytest-xdist",
|
name="pytest-xdist",
|
||||||
version='1.12',
|
version='1.13.dev1',
|
||||||
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
|
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
|
||||||
long_description=open('README.txt').read(),
|
long_description=open('README.txt').read(),
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#
|
#
|
||||||
__version__ = '1.12'
|
__version__ = '1.13.dev1'
|
||||||
|
|||||||
Reference in New Issue
Block a user