jaraco / pytest-perf

MIT License
3 stars 2 forks source link

Package summary needs improvement #8

Closed mtelka closed 1 year ago

mtelka commented 2 years ago

The pytest-perf package summary both at pypi.org and in the PKG-INFO is not very descriptive:

$ curl -s https://pypi.org/pypi/pytest-perf/json | jq '.info.summary'
"pytest-perf"
$ grep Summary pytest-perf-0.12.1/PKG-INFO 
Summary: pytest-perf
$

Please change it to something more descriptive. For example Run performance tests against the mainline code. (first line from README.rst).

Thanks.

jaraco commented 1 year ago

What I'd really like is for the README and summary and Github description all to share the same description.