up pytest version to 2.1.0.dev8, depend on py-1.4.4.dev2
This commit is contained in:
parent
4e8b9fab3c
commit
e91dc7c895
|
@ -1,2 +1,2 @@
|
|||
#
|
||||
__version__ = '2.1.0.dev7'
|
||||
__version__ = '2.1.0.dev8'
|
||||
|
|
4
setup.py
4
setup.py
|
@ -22,14 +22,14 @@ def main():
|
|||
name='pytest',
|
||||
description='py.test: simple powerful testing with Python',
|
||||
long_description = long_description,
|
||||
version='2.1.0.dev7',
|
||||
version='2.1.0.dev8',
|
||||
url='http://pytest.org',
|
||||
license='MIT license',
|
||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||
author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others',
|
||||
author_email='holger at merlinux.eu',
|
||||
entry_points= make_entry_points(),
|
||||
install_requires=['py>1.4.3'],
|
||||
install_requires=['py>=1.4.4.dev2'],
|
||||
classifiers=['Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
|
|
Loading…
Reference in New Issue