Shorten description so it doesn't get truncated online

This commit is contained in:
Bart van Andel 2017-01-15 14:56:49 +01:00 committed by Adam Waldenberg
parent 09c5e50381
commit a8e0de7910
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "gitinspector",
"version": "0.5.0-dev",
"description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.",
"description": "Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author.",
"preferGlobal": true,
"main": "gitinspector.py",
"directories": {