Skip to content

Commit

Permalink
Cosmetic adjustment of links and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed May 3, 2019
1 parent 8c58558 commit 525f925
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

setup(
name='pytest-testmon',
description='take TDD to a new level with py.test and testmon',
description='find bugs 10x faster',
long_description=''.join(open('README.rst').readlines()),
version='0.9.15',
version='0.9.16',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
url='https://github.com/tarpas/pytest-testmon/',
url='https://testmon.org',
project_urls={
"Source Code": 'https://github.com/tarpas/pytest-testmon/',
},
author_email='[email protected]',
author='Tibor Arpas, Jozef Knaperek, Martin Riesz, Daniel Hahler',
entry_points={
Expand Down

0 comments on commit 525f925

Please sign in to comment.