Skip to content

Commit

Permalink
FIX: typos, up revision due to pypi constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
schollii committed Dec 30, 2016
1 parent 81406bb commit c75aa2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='nose2pytest',
version='1.0.7',
version='1.0.8',
packages=['nose2pytest'],
# py_modules=['assert_tools', 'nose2pytest'],
entry_points={
Expand All @@ -17,7 +17,7 @@
author='Oliver Schoenborn',
author_email='oliver.schoenborn@gmail.com',
description='Convert nose.tools.assert_ calls found in your Nose test modules into raw asserts for pytest',
keywords='nose pytest conversion',
keywords='nose to pytest conversion',

classifiers=[
# How mature is this project? Common values are
Expand Down

0 comments on commit c75aa2c

Please sign in to comment.