Skip to content

Commit

Permalink
Better short_description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Sebastien Dieu committed Feb 20, 2020
1 parent 62d80c8 commit 7eaaea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
project_urls=dict(Source='https://github.com/CFMTech/pytest-monitor',
Tracker='https://github.com/CFMTech/pytest-monitor/issues'),
url='https://pytest-monitor.readthedocs.io/',
description='Pytest plugin for analyzing build duration',
description='Pytest plugin for analyzing resource usage.',
long_description=read('README.rst'),
packages=find_packages('.', exclude=('tests', 'example', 'docs')),
python_requires='>=3.5',
Expand Down

0 comments on commit 7eaaea6

Please sign in to comment.